Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. PersistDouble :: Double -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  2. PersistInt64 :: Int64 -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  3. PersistList :: [PersistValue] -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  4. pattern PersistLiteral :: ByteString -> PersistValue

    persistent 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.

  5. pattern PersistLiteralEscaped :: ByteString -> PersistValue

    persistent 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.

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

    persistent 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.

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

    persistent Database.Persist.PersistValue

    No documentation available.

  8. PersistNull :: PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  9. PersistObjectId :: ByteString -> PersistValue

    persistent Database.Persist.PersistValue

    Intended especially for MongoDB backend

  10. PersistRational :: Rational -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

Page 5 of many | Previous | Next