Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. OffsetBy :: Int -> SelectOpt record

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  2. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    persistent-mtl Database.Persist.Sql.Shim

    Generates sql for limit and offset for postgres, sqlite and mysql.

  3. limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])

    persistent-mtl Database.Persist.Sql.Shim

    FIXME What's this exactly?

  4. stmtReset :: Statement -> IO ()

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  5. OffsetBy :: Int -> SelectOpt record

    persistent-redis Database.Persist.Redis

    No documentation available.

  6. limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])

    persistent-redis Database.Persist.Redis

    FIXME What's this exactly?

  7. mkSqlSettingsFor :: Name -> MkPersistSettings

    persistent-typed-db Database.Persist.Typed

    Use the SqlFor type for the database connection backend. Use this instead of sqlSettings and provide a quoted type name.

    data MainDb
    
    share [ mkPersist (mkSqlSettingsFor ''MainDb), mkMigrate "migrateAll" ] [persistLowerCase|
    
    User
    name Text
    age  Int
    
    deriving Show Eq
    |]
    
    The entities generated will have the PersistEntityBackend defined to be SqlFor MainDb instead of SqlBackend. This is what provides the type safety.

  8. _plaidPaginationOptionsOffset :: PlaidPaginationOptions -> Int

    plaid Data.Plaid

    No documentation available.

  9. _plaidTransactionsGetResponseTransactions :: PlaidTransactionsGetResponse -> [Transaction]

    plaid Data.Plaid

    No documentation available.

  10. plaidPaginationOptionsOffset :: Lens' PlaidPaginationOptions Int

    plaid Data.Plaid

    No documentation available.

Page 202 of many | Previous | Next