Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. data SomeCheckedDatabaseSettings

    beam-migrate Database.Beam.Migrate.Backend

    Monomorphic wrapper to use when interpreting a module which exports a CheckedDatabaseSettings.

  2. SomeCheckedDatabaseSettings :: forall be (db :: (Type -> Type) -> Type) . Database be db => CheckedDatabaseSettings be db -> SomeCheckedDatabaseSettings

    beam-migrate Database.Beam.Migrate.Backend

    No documentation available.

  3. defaultMigratableDbSettings :: (Generic (CheckedDatabaseSettings be db), GAutoMigratableDb be (Rep (CheckedDatabaseSettings be db))) => CheckedDatabaseSettings be db

    beam-migrate Database.Beam.Migrate.Generics

    Produce a checked database for the given Haskell database type See the manual for more information on the defaults.

  4. ForeignKeyActionSetDefault :: ForeignKeyAction

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

    SET DEFAULT: set the referencing foreign key columns to their default values.

  5. ForeignKeyActionSetNull :: ForeignKeyAction

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

    SET NULL: set the referencing foreign key colums to NULL.

  6. referentialActionSetDefaultSyntax :: IsSql92ReferentialActionSyntax refAction => refAction

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

    No documentation available.

  7. referentialActionSetNullSyntax :: IsSql92ReferentialActionSyntax refAction => refAction

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

    No documentation available.

  8. 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.

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

    beam-postgres Database.Beam.Postgres

    No documentation available.

  10. 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.

Page 168 of many | Previous | Next