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.
setEntityId :: FieldDef -> EntityDef -> EntityDefpersistent-mtl Database.Persist.Sql.Shim setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDefpersistent-mtl Database.Persist.Sql.Shim No documentation available.
setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDefpersistent-mtl Database.Persist.Sql.Shim setEntityDBName :: EntityNameDB -> EntityDef -> EntityDefpersistent-redis Database.Persist.Redis No documentation available.
setEntityId :: FieldDef -> EntityDef -> EntityDefpersistent-redis Database.Persist.Redis setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDefpersistent-redis Database.Persist.Redis No documentation available.
setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDefpersistent-redis Database.Persist.Redis setFetchSize :: Word32 -> Connection -> Connectionpostgresql-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.
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).
-
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.