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. PgHasEnum :: Text -> [Text] -> PgHasEnum

    beam-postgres Database.Beam.Postgres.CustomTypes

    No documentation available.

  2. data PgType a

    beam-postgres Database.Beam.Postgres.CustomTypes

    No documentation available.

  3. newtype PgTypeCheck

    beam-postgres Database.Beam.Postgres.CustomTypes

    No documentation available.

  4. PgTypeCheck :: (Text -> SomeDatabasePredicate) -> PgTypeCheck

    beam-postgres Database.Beam.Postgres.CustomTypes

    No documentation available.

  5. newtype PgDeleteReturning a

    beam-postgres Database.Beam.Postgres.Full

    The most general kind of DELETE that postgres can perform You can build this from a SqlDelete by using returning

    delete tbl where `returning` projection
    
    Run the result with runPgDeleteReturningList

  6. PgDeleteReturning :: PgSyntax -> PgDeleteReturning a

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  7. newtype PgInsertOnConflict (tbl :: Type -> Type -> Type)

    beam-postgres Database.Beam.Postgres.Full

    What to do when an INSERT statement inserts a row into the table tbl that violates a constraint.

  8. PgInsertOnConflict :: (tbl (QField QInternal) -> PgInsertOnConflictSyntax) -> PgInsertOnConflict (tbl :: (Type -> Type) -> Type)

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  9. data PgInsertReturning a

    beam-postgres Database.Beam.Postgres.Full

    The most general kind of INSERT that postgres can perform

  10. PgInsertReturning :: PgSyntax -> PgInsertReturning a

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

Page 1206 of many | Previous | Next