Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. foreignFieldCascade :: ForeignDef -> !FieldCascade

    esqueleto Database.Esqueleto.Legacy

    Determine how the field will cascade on updates and deletions.

  2. foreignFields :: ForeignDef -> ![(ForeignFieldDef, ForeignFieldDef)]

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  3. foreignNullable :: ForeignDef -> Bool

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  4. foreignRefTableDBName :: ForeignDef -> !EntityNameDB

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  5. foreignRefTableHaskell :: ForeignDef -> !EntityNameHS

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  6. foreignToPrimary :: ForeignDef -> Bool

    esqueleto Database.Esqueleto.Legacy

    Determines if the reference is towards a Primary Key or not.

  7. forKeyShareOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR KEY SHARE OF` syntax for postgres locking allows locking of specific tables with a key share lock in a view or join

  8. forNoKeyUpdateOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR NO KEY UPDATE OF` syntax for postgres locking allows locking of specific tables with a no key update lock in a view or join

  9. forShare :: LockingKind

    esqueleto Database.Esqueleto.PostgreSQL

    FOR SHARE syntax for Postgres locking. Example use:

    locking forShare
    

  10. forShareOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR SHARE OF` syntax for postgres locking allows locking of specific tables with a share lock in a view or join

Page 75 of many | Previous | Next