Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. PgInsertReturningEmpty :: PgInsertReturning a

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  2. data PgLockedTables s

    beam-postgres Database.Beam.Postgres.Full

    An explicit lock against some tables. You can create a value of this type using the locked_ function. You can combine these values monoidally to combine multiple locks for use with the withLocks_ function.

  3. class PgReturning (cmd :: Type -> Type -> Type -> Type -> Type)

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  4. data PgSelectLockingOptions

    beam-postgres Database.Beam.Postgres.Full

    Specifies how we should handle lock conflicts. See the manual section for more information

  5. PgSelectLockingOptionsNoWait :: PgSelectLockingOptions

    beam-postgres Database.Beam.Postgres.Full

    NOWAIT. Report an error rather than waiting for the lock

  6. PgSelectLockingOptionsSkipLocked :: PgSelectLockingOptions

    beam-postgres Database.Beam.Postgres.Full

    SKIP LOCKED. Rather than wait for a lock, skip the row instead

  7. data PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Full

    Specifies the level of lock that will be taken against a row. See the manual section for more information.

  8. PgSelectLockingStrengthKeyShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Full

    KEY SHARE
    

  9. PgSelectLockingStrengthNoKeyUpdate :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Full

    NO KEY UPDATE
    

  10. PgSelectLockingStrengthShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Full

    SHARE
    

Page 1207 of many | Previous | Next