Hoogle Search

Within LTS Haskell 24.7 (ghc-9.10.2)

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

  1. getPgInterval :: PgInterval -> NominalDiffTime

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  2. getServerVersion :: Connection -> IO (Maybe Double)

    persistent-postgresql Database.Persist.Postgresql

    Gets the PostgreSQL server version

  3. getSimpleConn :: BackendCompatible SqlBackend backend => backend -> Maybe Connection

    persistent-postgresql Database.Persist.Postgresql

    Access underlying connection, returning Nothing if the SqlBackend provided isn't backed by postgresql-simple.

  4. getAddReference :: [EntityDef] -> EntityDef -> FieldNameDB -> ColumnReference -> Maybe AlterDB

    persistent-postgresql Database.Persist.Postgresql.Internal

    Get the references to be added to a table for the given column.

  5. getAlters :: [EntityDef] -> EntityDef -> ([Column], [(ConstraintNameDB, [FieldNameDB])]) -> ([Column], [(ConstraintNameDB, [FieldNameDB])]) -> ([AlterColumn], [AlterTable])

    persistent-postgresql Database.Persist.Postgresql.Internal

    No documentation available.

  6. getGetter :: Oid -> Getter PersistValue

    persistent-postgresql Database.Persist.Postgresql.Internal

    Get the field parser corresponding to the given Oid. For example, pass in the Oid of bool, and you will get back a field parser which parses boolean values in the table into PersistBools.

  7. getPgInterval :: PgInterval -> NominalDiffTime

    persistent-postgresql Database.Persist.Postgresql.Internal

    No documentation available.

  8. getFilesRecursive :: FilePath -> IO [FilePath]

    persistent-discover Database.Persist.Discover.Exe

    Returns a list of relative paths to all files in the given directory.

  9. getSqlBackendPool :: forall (m :: Type -> Type) . Monad m => SqlQueryT m (Pool SqlBackend)

    persistent-mtl Database.Persist.Monad

    No documentation available.

  10. getBy :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => Unique record -> m (Maybe (Entity record))

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of getBy

Page 8 of many | Previous | Next