Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. pattern PersistLiteralEscaped :: ByteString -> PersistValue

    persistent-mtl Database.Persist.Sql.Shim

    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

    persistent-mtl Database.Persist.Sql.Shim

    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

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  4. PersistMarshalError :: Text -> PersistException

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  5. PersistMongoDBError :: Text -> PersistException

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  6. PersistMongoDBUnsupported :: Text -> PersistException

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  7. PersistNull :: PersistValue

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  8. PersistObjectId :: ByteString -> PersistValue

    persistent-mtl Database.Persist.Sql.Shim

    Intended especially for MongoDB backend

  9. type PersistQuery a = PersistQueryWrite a

    persistent-mtl Database.Persist.Sql.Shim

    A backwards-compatible alias for those that don't care about distinguishing between read and write queries. It signifies the assumption that, by default, a backend can write as well as read.

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

    persistent-mtl Database.Persist.Sql.Shim

    Backends supporting conditional read operations.

Page 28 of many | Previous | Next