Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data PostgresLockingKind

    esqueleto Database.Esqueleto.Internal.Internal

    Postgres specific locking, used only internally

  2. PostgresLockingKind :: PostgresRowLevelLockStrength -> Maybe LockingOfClause -> OnLockedBehavior -> PostgresLockingKind

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  3. data PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  4. data PreprocessedFrom a

    esqueleto Database.Esqueleto.Internal.Internal

    Data type to support from hack

  5. PreprocessedFrom :: a -> FromClause -> PreprocessedFrom a

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. PersistArray :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    Intended especially for PostgreSQL backend for text arrays

  7. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  8. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  9. class PersistConfig c

    esqueleto Database.Esqueleto.Legacy

    Represents a value containing all the configuration options for a specific backend. This abstraction makes it easier to write code that can easily swap backends.

  10. type family PersistConfigBackend c :: Type -> Type -> Type -> Type

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

Page 492 of many | Previous | Next