Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. connLimitOffset :: SqlBackend -> (Int, Int) -> Text -> Text

    persistent Database.Persist.SqlBackend.Internal

    Attach a 'LIMIT/OFFSET' clause to a SQL query. Note that LIMIT/OFFSET is problematic for performance, and indexed range queries are the superior way to offer pagination.

  2. connLimitOffset :: MkSqlBackendArgs -> (Int, Int) -> Text -> Text

    persistent Database.Persist.SqlBackend.Internal.MkSqlBackend

    Attach a 'LIMIT/OFFSET' clause to a SQL query. Note that LIMIT/OFFSET is problematic for performance, and indexed range queries are the superior way to offer pagination.

  3. stmtReset :: Statement -> IO ()

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

  4. data MkPersistSettings

    persistent Database.Persist.TH

    Settings that can be passed to the mkPersist (mps) function to control what code is generated. This is (just) the data type definition, so you will most likely want to use and adapt concrete values like sqlSettings.

  5. mkPersistSettings :: Type -> MkPersistSettings

    persistent Database.Persist.TH

    Create an MkPersistSettings with default values.

  6. sqlSettings :: MkPersistSettings

    persistent Database.Persist.TH

    Use the SqlPersist backend.

  7. data MkPersistSettings

    persistent Database.Persist.TH.Internal

    Settings that can be passed to the mkPersist (mps) function to control what code is generated. This is (just) the data type definition, so you will most likely want to use and adapt concrete values like sqlSettings.

  8. mkPersistSettings :: Type -> MkPersistSettings

    persistent Database.Persist.TH.Internal

    Create an MkPersistSettings with default values.

  9. sqlSettings :: MkPersistSettings

    persistent Database.Persist.TH.Internal

    Use the SqlPersist backend.

  10. OffsetBy :: Int -> SelectOpt record

    persistent Database.Persist.Types

    No documentation available.

Page 85 of many | Previous | Next