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. PgProjectionSyntax :: PgSyntax -> PgProjectionSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  2. data PgReferentialActionSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  3. PgReferentialActionSyntax :: PgSyntax -> BeamSerializedReferentialAction -> PgReferentialActionSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  4. data PgSelectLockingClauseSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  5. PgSelectLockingClauseSyntax :: PgSelectLockingStrength -> [Text] -> Maybe PgSelectLockingOptions -> PgSelectLockingClauseSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  6. data PgSelectLockingOptions

    beam-postgres Database.Beam.Postgres.Syntax

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

  7. PgSelectLockingOptionsNoWait :: PgSelectLockingOptions

    beam-postgres Database.Beam.Postgres.Syntax

    NOWAIT. Report an error rather than waiting for the lock

  8. PgSelectLockingOptionsSkipLocked :: PgSelectLockingOptions

    beam-postgres Database.Beam.Postgres.Syntax

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

  9. data PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Syntax

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

  10. PgSelectLockingStrengthKeyShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Syntax

    KEY SHARE
    

Page 1215 of many | Previous | Next