Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PersistByteString :: ByteString -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  2. PersistDay :: Day -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  3. pattern PersistDbSpecific :: ByteString -> PersistValue

    persistent Database.Persist.PersistValue

    Deprecated: Deprecated since 2.11 because of inconsistent escaping behavior across backends. The Postgres backend escapes these values, while the MySQL backend does not. If you are using this, please switch to PersistLiteral_ and provide a relevant LiteralType for your conversion.

  4. PersistDouble :: Double -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  5. PersistInt64 :: Int64 -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

  6. PersistList :: [PersistValue] -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

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

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

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

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

    persistent Database.Persist.PersistValue

    No documentation available.

Page 179 of many | Previous | Next