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.
foreignFieldCascade :: ForeignDef -> !FieldCascadeesqueleto Database.Esqueleto.Legacy Determine how the field will cascade on updates and deletions.
foreignFields :: ForeignDef -> ![(ForeignFieldDef, ForeignFieldDef)]esqueleto Database.Esqueleto.Legacy No documentation available.
foreignNullable :: ForeignDef -> Boolesqueleto Database.Esqueleto.Legacy No documentation available.
foreignRefTableDBName :: ForeignDef -> !EntityNameDBesqueleto Database.Esqueleto.Legacy No documentation available.
foreignRefTableHaskell :: ForeignDef -> !EntityNameHSesqueleto Database.Esqueleto.Legacy No documentation available.
foreignToPrimary :: ForeignDef -> Boolesqueleto Database.Esqueleto.Legacy Determines if the reference is towards a Primary Key or not.
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
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
-
esqueleto Database.Esqueleto.PostgreSQL FOR SHARE syntax for Postgres locking. Example use:
locking forShare
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