Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. pattern PersistLiteralEscaped :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    This pattern synonym used to be a data constructor on PersistValue, but was changed into a catch-all pattern synonym to allow backwards compatiblity with database types. See the documentation on PersistDbSpecific for more details.

  2. PersistLiteral_ :: LiteralType -> ByteString -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    This constructor is used to specify some raw literal value for the backend. The LiteralType value specifies how the value should be escaped. This can be used to make special, custom types avaialable in the back end.

  3. PersistMap :: [(Text, PersistValue)] -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  4. PersistMarshalError :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  5. PersistMongoDBError :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  6. PersistMongoDBUnsupported :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  7. PersistNull :: PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  8. PersistObjectId :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    Intended especially for MongoDB backend

  9. class (PersistCore backend, PersistStoreRead backend) => PersistQueryRead backend

    esqueleto Database.Esqueleto.Legacy

    Backends supporting conditional read operations.

  10. class (PersistQueryRead backend, PersistStoreWrite backend) => PersistQueryWrite backend

    esqueleto Database.Esqueleto.Legacy

    Backends supporting conditional write operations

Page 22 of many | Previous | Next