Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. ISRInsertGet :: Text -> Text -> InsertSqlResult

    persistent Database.Persist.SqlBackend.Internal.InsertSqlResult

    No documentation available.

  2. pgConfHooksGetServerVersion :: PostgresConfHooks -> Connection -> IO (NonEmpty Word)

    persistent-postgresql Database.Persist.Postgresql

    Function to get the version of Postgres The default implementation queries the server with "show server_version". Some variants of Postgres, such as Redshift, don't support showing the version. It's recommended you return a hardcoded version in those cases.

  3. ChangeType :: Column -> SqlType -> Text -> AlterColumn

    persistent-postgresql Database.Persist.Postgresql.Internal

    No documentation available.

  4. updateGet :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => Key record -> [Update record] -> m record

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of updateGet

  5. UpdateGet :: forall record . PersistRecordBackend record SqlBackend => Key record -> [Update record] -> SqlQueryRep record record

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to updateGet

  6. UpdateGet :: forall record . PersistRecordBackend record SqlBackend => Key record -> [Update record] -> SqlQueryRep record record

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to updateGet

  7. Couldn'tGetSQLConnection :: PersistentSqlException

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  8. ISRInsertGet :: Text -> Text -> InsertSqlResult

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  9. updateGet :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => Key record -> [Update record] -> m record

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of updateGet

  10. rangeToFilters :: PersistField typ => Range (Maybe typ) -> EntityField record typ -> [Filter record]

    persistent-pagination Database.Persist.Pagination

    Convert a DesiredRange typ into a list of Filters for the query. The DesiredRange is treated as an exclusive range.

Page 17 of many | Previous | Next