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.
PgProjectionSyntax :: PgSyntax -> PgProjectionSyntaxbeam-postgres Database.Beam.Postgres.Syntax No documentation available.
data
PgReferentialActionSyntax beam-postgres Database.Beam.Postgres.Syntax No documentation available.
-
beam-postgres Database.Beam.Postgres.Syntax No documentation available.
data
PgSelectLockingClauseSyntax beam-postgres Database.Beam.Postgres.Syntax No documentation available.
-
beam-postgres Database.Beam.Postgres.Syntax No documentation available.
-
beam-postgres Database.Beam.Postgres.Syntax Specifies how we should handle lock conflicts. See the manual section for more information
PgSelectLockingOptionsNoWait :: PgSelectLockingOptionsbeam-postgres Database.Beam.Postgres.Syntax NOWAIT. Report an error rather than waiting for the lock
PgSelectLockingOptionsSkipLocked :: PgSelectLockingOptionsbeam-postgres Database.Beam.Postgres.Syntax SKIP LOCKED. Rather than wait for a lock, skip the row instead
-
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.
PgSelectLockingStrengthKeyShare :: PgSelectLockingStrengthbeam-postgres Database.Beam.Postgres.Syntax KEY SHARE