Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. upperCaseSettings :: PersistSettings

    persistent Database.Persist.Quasi.PersistSettings.Internal

    No documentation available.

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

    persistent Database.Persist.Sql

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

  3. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql

    No documentation available.

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

  5. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

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

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

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

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

  10. stmtReset :: Statement -> IO ()

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

Page 86 of many | Previous | Next