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.
getPgInterval :: PgInterval -> NominalDiffTimepersistent-postgresql Database.Persist.Postgresql No documentation available.
getServerVersion :: Connection -> IO (Maybe Double)persistent-postgresql Database.Persist.Postgresql Gets the PostgreSQL server version
getSimpleConn :: BackendCompatible SqlBackend backend => backend -> Maybe Connectionpersistent-postgresql Database.Persist.Postgresql Access underlying connection, returning Nothing if the SqlBackend provided isn't backed by postgresql-simple.
getAddReference :: [EntityDef] -> EntityDef -> FieldNameDB -> ColumnReference -> Maybe AlterDBpersistent-postgresql Database.Persist.Postgresql.Internal Get the references to be added to a table for the given column.
-
persistent-postgresql Database.Persist.Postgresql.Internal No documentation available.
getGetter :: Oid -> Getter PersistValuepersistent-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.
getPgInterval :: PgInterval -> NominalDiffTimepersistent-postgresql Database.Persist.Postgresql.Internal No documentation available.
getFilesRecursive :: FilePath -> IO [FilePath]persistent-discover Database.Persist.Discover.Exe Returns a list of relative paths to all files in the given directory.
getSqlBackendPool :: forall (m :: Type -> Type) . Monad m => SqlQueryT m (Pool SqlBackend)persistent-mtl Database.Persist.Monad No documentation available.
-
persistent-mtl Database.Persist.Monad.Shim The lifted version of getBy