Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
PersistLiteralEscaped :: ByteString -> PersistValuepersistent Database.Persist.PersistValue 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 -> PersistValuepersistent Database.Persist.PersistValue 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)] -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
-
persistent Database.Persist.PersistValue No documentation available.
PersistObjectId :: ByteString -> PersistValuepersistent Database.Persist.PersistValue Intended especially for MongoDB backend
PersistRational :: Rational -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
PersistText :: Text -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
PersistTimeOfDay :: TimeOfDay -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
PersistUTCTime :: UTCTime -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
-
persistent Database.Persist.PersistValue A raw value which can be stored in any backend and can be marshalled to and from a PersistField.