Hoogle Search

Within Stackage Nightly 2025-09-26 (ghc-9.12.2)

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

  1. setConnUpsertSql :: (EntityDef -> NonEmpty (FieldNameHS, FieldNameDB) -> Text -> Text) -> SqlBackend -> SqlBackend

    persistent Database.Persist.SqlBackend

    Set the connUpsertSql field on the SqlBackend. This should only be used by the database backend library to provide an efficient implementation of a bulk insert function. If this is not set, a slow default will be used.

  2. setConnVault :: Vault -> SqlBackend -> SqlBackend

    persistent Database.Persist.SqlBackend

    Set the vault on the provided database backend.

  3. setAlterBackend :: SqlPoolHooks m backend -> (backend -> m backend) -> SqlPoolHooks m backend

    persistent Database.Persist.SqlBackend.SqlPoolHooks

    No documentation available.

  4. setRunAfter :: SqlPoolHooks m backend -> (backend -> Maybe IsolationLevel -> m ()) -> SqlPoolHooks m backend

    persistent Database.Persist.SqlBackend.SqlPoolHooks

    No documentation available.

  5. setRunBefore :: SqlPoolHooks m backend -> (backend -> Maybe IsolationLevel -> m ()) -> SqlPoolHooks m backend

    persistent Database.Persist.SqlBackend.SqlPoolHooks

    No documentation available.

  6. setImplicitIdDef :: ImplicitIdDef -> MkPersistSettings -> MkPersistSettings

    persistent Database.Persist.TH

    Set the ImplicitIdDef in the given MkPersistSettings. The default value is autoIncrementingInteger.

  7. setImplicitIdDef :: ImplicitIdDef -> MkPersistSettings -> MkPersistSettings

    persistent Database.Persist.TH.Internal

    Set the ImplicitIdDef in the given MkPersistSettings. The default value is autoIncrementingInteger.

  8. setTime :: (Integral a, Bits a) => UUID -> a -> Maybe UUID

    uuid Data.UUID.Util

    No documentation available.

  9. setter :: PropertyInfo o a -> o -> a -> IO ()

    haskell-gi-base Data.GI.Base.GParamSpec

    Handler invoked when the property is being set.

  10. setter :: CStringPropertyInfo o -> o -> Maybe Text -> IO ()

    haskell-gi-base Data.GI.Base.GParamSpec

    No documentation available.

Page 31 of many | Previous | Next