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. PersistSettings :: Text -> Text -> EntityNameHS -> ConstraintNameHS -> Text -> Bool -> Text -> Maybe ParserErrorLevel -> Maybe ParserErrorLevel -> PersistSettings

    persistent Database.Persist.Quasi.PersistSettings.Internal

    No documentation available.

  2. defaultPersistSettings :: PersistSettings

    persistent Database.Persist.Quasi.PersistSettings.Internal

    No documentation available.

  3. lowerCaseSettings :: PersistSettings

    persistent Database.Persist.Quasi.PersistSettings.Internal

    No documentation available.

  4. upperCaseSettings :: PersistSettings

    persistent Database.Persist.Quasi.PersistSettings.Internal

    No documentation available.

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

    persistent Database.Persist.Sql

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

  6. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql

    No documentation available.

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

  8. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

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

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

Page 84 of many | Previous | Next