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.
PgSelectLockingStrengthUpdate :: PgSelectLockingStrengthbeam-postgres Database.Beam.Postgres.Full UPDATE
-
beam-postgres Database.Beam.Postgres.Full The most general kind of UPDATE that postgres can perform You can build this from a SqlUpdate by using returning
update tbl where `returning` projection
Run the result with runPgUpdateReturningList PgUpdateReturning :: PgSyntax -> PgUpdateReturning abeam-postgres Database.Beam.Postgres.Full No documentation available.
PgUpdateReturningEmpty :: PgUpdateReturning abeam-postgres Database.Beam.Postgres.Full No documentation available.
-
beam-postgres Database.Beam.Postgres.Full Combines the result of a query along with a set of locked tables. Used as a return value for the lockingFor_ function.
-
beam-postgres Database.Beam.Postgres.Migrate Representation of an arbitrary Postgres command. This is the combination of the command syntax (repesented by PgSyntax), as well as the type of command (represented by PgCommandType). The command type is necessary for us to know how to retrieve results from the database.
module Database.Beam.Postgres.
PgCrypto The pgcrypto extension provides several cryptographic functions to Postgres. This module provides a beam-postgres extension to access this functionality. For an example of usage, see the documentation for PgExtensionEntity.
-
beam-postgres Database.Beam.Postgres.PgCrypto Data type representing definitions contained in the pgcrypto extension Each field maps closely to the underlying pgcrypto function, which are described in further detail in the pgcrypto manual.
-
beam-postgres Database.Beam.Postgres.PgCrypto No documentation available.
newtype
PgAggregationSetQuantifierSyntax beam-postgres Database.Beam.Postgres.Syntax No documentation available.