Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. ForShare :: LockingKind

    esqueleto Database.Esqueleto.Legacy

    Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructor forShare exported from Database.Esqueleto.PostgreSQL.

  2. LockInShareMode :: LockingKind

    esqueleto Database.Esqueleto.Legacy

    Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructors lockInShareMode exported from Database.Esqueleto.MySQL.

  3. lockInShareMode :: LockingKind

    esqueleto Database.Esqueleto.MySQL

    LOCK IN SHARE MODE syntax. Example:

    locking lockInShareMode
    

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

  5. forShare :: LockingKind

    esqueleto Database.Esqueleto.PostgreSQL

    FOR SHARE syntax for Postgres locking. Example use:

    locking forShare
    

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

  7. Opt_SharedImplib :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  8. Opt_WarnMissedExtraSharedLib :: WarningFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  9. Opt_SharedImplib :: GeneralFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  10. Opt_WarnMissedExtraSharedLib :: WarningFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

Page 28 of many | Previous | Next