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. PrefixExcluded :: FilterTablePrefix

    persistent Database.Persist.Sql

    Prefix the column name with the EXCLUDED keyword. This is used with the Postgresql backend when doing ON CONFLICT DO UPDATE clauses - see the documentation on upsertWhere and upsertManyWhere.

  2. PrefixTableName :: FilterTablePrefix

    persistent Database.Persist.Sql

    Prefix the column with the table name. This is useful if the column name might be ambiguous.

  3. newtype PersistUnsafeMigrationException

    persistent Database.Persist.Sql.Migration

    An exception indicating that Persistent refused to run some unsafe migrations. Contains a list of pairs where the Bool tracks whether the migration was unsafe (True means unsafe), and the Sql is the sql statement for the migration.

  4. PersistUnsafeMigrationException :: [(Bool, Sql)] -> PersistUnsafeMigrationException

    persistent Database.Persist.Sql.Migration

    No documentation available.

  5. PersistArray :: [PersistValue] -> PersistValue

    persistent Database.Persist.Types

    Intended especially for PostgreSQL backend for text arrays

  6. PersistBool :: Bool -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

  7. PersistByteString :: ByteString -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

  8. PersistDay :: Day -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

  9. pattern PersistDbSpecific :: ByteString -> PersistValue

    persistent Database.Persist.Types

    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.

  10. PersistDouble :: Double -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

Page 183 of many | Previous | Next