Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data PersistValue

    esqueleto Database.Esqueleto.Experimental

    A raw value which can be stored in any backend and can be marshalled to and from a PersistField.

  2. data PersistentSqlException

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  3. PrefixExcluded :: FilterTablePrefix

    esqueleto Database.Esqueleto.Experimental

    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.

  4. PrefixTableName :: FilterTablePrefix

    esqueleto Database.Esqueleto.Experimental

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

  5. Parens :: NeedParens

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. PostgresForKeyShare :: PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  7. PostgresForNoKeyUpdate :: PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  8. PostgresForShare :: PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  9. PostgresForUpdate :: PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  10. PostgresLockingClauses :: [PostgresLockingKind] -> LockingClause

    esqueleto Database.Esqueleto.Internal.Internal

    Locking clause specific to postgres

Page 491 of many | Previous | Next