Hoogle Search

Within Stackage Nightly 2025-09-30 (ghc-9.12.2)

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

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

    persistent Database.Persist.Sql

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

  2. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql

    No documentation available.

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

    persistent Database.Persist.Sql.Types.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.

  4. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

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

    persistent Database.Persist.SqlBackend

    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.

  6. getConnLimitOffset :: (BackendCompatible SqlBackend backend, MonadReader backend m) => (Int, Int) -> Text -> m Text

    persistent Database.Persist.SqlBackend

    Decorate the given SQL query with the (LIMIT, OFFSET) specified.

  7. 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.

  8. 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.

  9. stmtReset :: Statement -> IO ()

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

  10. 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.

Page 84 of many | Previous | Next