Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
forUpdateOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()esqueleto Database.Esqueleto.PostgreSQL `FOR UPDATE OF` syntax for postgres locking allows locking of specific tables with an update lock in a view or join
foreground :: Monad m => LiveProgram m -> m ()essence-of-live-coding LiveCoding No documentation available.
foreverEShow :: (Data e, Data s) => ForeverE e s -> Stringessence-of-live-coding LiveCoding.Debugger.StatePrint No documentation available.
-
essence-of-live-coding LiveCoding.Forever No documentation available.
-
essence-of-live-coding LiveCoding.Forever No documentation available.
-
essence-of-live-coding LiveCoding.LiveProgram.Except Run a LiveProgramExcept in a loop, discarding the exception.