Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. referentialActionSetNullSyntax :: IsSql92ReferentialActionSyntax refAction => refAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    No documentation available.

  2. type CheckedDatabaseSettings be (db :: Type -> Type -> Type) = db CheckedDatabaseEntity be db

    beam-migrate Database.Beam.Migrate.Types

    The type of a checked database descriptor. Conceptually, this is just a DatabaseSettings with a set of predicates. Use unCheckDatabase to get the regular DatabaseSettings object and collectChecks to access the predicates.

  3. data PgSetOf (tbl :: Type -> Type -> Type)

    beam-postgres Database.Beam.Postgres

    No documentation available.

  4. isSubsetOf_ :: QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s Bool

    beam-postgres Database.Beam.Postgres

    The Postgres <@ operator. Returns true if every member of the first array is present in the second.

  5. isSupersetOf_ :: QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s Bool

    beam-postgres Database.Beam.Postgres

    The Postgres @> operator. Returns true if every member of the second array is present in the first.

  6. pgJsonbSet :: QGenExpr ctxt Postgres s (PgJSONB a) -> QGenExpr ctxt Postgres s (Vector Text) -> QGenExpr ctxt Postgres s (PgJSONB b) -> QGenExpr ctxt Postgres s (PgJSONB a)

    beam-postgres Database.Beam.Postgres

    The postgres jsonb_set function. pgJsonUpdate expects the value specified by the path in the second argument to exist. If it does not, the first argument is not modified. pgJsonbSet will create any intermediate objects necessary. This corresponds to the create_missing argument of jsonb_set being set to false or true respectively.

  7. onConflictUpdateSet :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> SqlConflictAction be table

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  8. onConflictUpdateSetWhere :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> (forall s . () => table (QField s) -> table (QExpr be s) -> QExpr be s Bool) -> SqlConflictAction be table

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  9. newtype PgAggregationSetQuantifierSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  10. PgAggregationSetQuantifierSyntax :: PgSyntax -> PgAggregationSetQuantifierSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

Page 169 of many | Previous | Next