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. setEntityId :: FieldDef -> EntityDef -> EntityDef

    persistent-mtl Database.Persist.Sql.Shim

    Set an entityId to be the given FieldDef.

  2. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  3. setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDef

    persistent-mtl Database.Persist.Sql.Shim

    Replace the FieldDef FieldAttr with the new list.

  4. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    persistent-redis Database.Persist.Redis

    No documentation available.

  5. setEntityId :: FieldDef -> EntityDef -> EntityDef

    persistent-redis Database.Persist.Redis

    Set an entityId to be the given FieldDef.

  6. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    persistent-redis Database.Persist.Redis

    No documentation available.

  7. setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDef

    persistent-redis Database.Persist.Redis

    Replace the FieldDef FieldAttr with the new list.

  8. setFetchSize :: Word32 -> Connection -> Connection

    postgresql-typed Database.PostgreSQL.Typed.HDBC

    Change the connectionFetchSize for new Statements created with prepare. Ideally this could be set with each call to execute and fetchRow, but the HDBC interface provides no way to do this.

  9. setProp :: POrder a => Prop a -> IO a -> IO ()

    rec-def Data.Propagator.Naive

    Sets a new value calculated from the given action. The action is executed atomically. Throws if the propagator is already frozen If the value has changed, all watchers are notified afterwards (not atomically).

  10. setTop :: P2 -> IO ()

    rec-def Data.Propagator.P2

    Set a propagator to top. If it was bottom before, runs the actions queued with whenTop. It does so after setting the propagator to top, so that cycles are broken.

Page 66 of many | Previous | Next