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.
pattern
PersistLiteralEscaped :: ByteString -> PersistValueesqueleto 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.
PersistLiteral_ :: LiteralType -> ByteString -> PersistValueesqueleto 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.
PersistMap :: [(Text, PersistValue)] -> PersistValueesqueleto Database.Esqueleto.Legacy No documentation available.
PersistMarshalError :: Text -> PersistExceptionesqueleto Database.Esqueleto.Legacy No documentation available.
PersistMongoDBError :: Text -> PersistExceptionesqueleto Database.Esqueleto.Legacy No documentation available.
PersistMongoDBUnsupported :: Text -> PersistExceptionesqueleto Database.Esqueleto.Legacy No documentation available.
-
esqueleto Database.Esqueleto.Legacy No documentation available.
PersistObjectId :: ByteString -> PersistValueesqueleto Database.Esqueleto.Legacy Intended especially for MongoDB backend
class (PersistCore backend, PersistStoreRead backend) =>
PersistQueryRead backendesqueleto Database.Esqueleto.Legacy Backends supporting conditional read operations.
class (PersistQueryRead backend, PersistStoreWrite backend) =>
PersistQueryWrite backendesqueleto Database.Esqueleto.Legacy Backends supporting conditional write operations