Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. setEnv :: env' -> IOEnv env' a -> IOEnv env a

    ghc-lib-parser GHC.Data.IOEnv

    Perform a computation with a different environment

  2. setCharacterSet :: Connection -> String -> IO ()

    mysql Database.MySQL.Base

    No documentation available.

  3. setTrace :: Connection -> Maybe (Text -> IO ()) -> IO ()

    sqlite-simple Database.SQLite.Simple

    http://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program may crash. Enable only for debugging!

  4. setQuantifierAll :: IsSql92AggregationSetQuantifierSyntax q => q

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  5. setQuantifierDistinct :: IsSql92AggregationSetQuantifierSyntax q => q

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  6. setFieldsTo :: forall table be (table' :: (Type -> Type) -> Type) . Table table => (forall s . () => table (QExpr be s)) -> table (QFieldAssignment be table')

    beam-core Database.Beam.Query

    No documentation available.

  7. setEntityName :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema

    Change the entity name without consulting the beam-assigned one

  8. setEntityName :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema.Tables

    Change the entity name without consulting the beam-assigned one

  9. setEntitySchema :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Maybe Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema.Tables

    No documentation available.

  10. setProfilingLevel :: forall (m :: Type -> Type) . MonadIO m => ProfilingLevel -> Maybe MilliSec -> Action m ()

    mongoDB Database.MongoDB.Admin

    Set the profiler level, and optionally the slow operation time threshold (in milliseconds).

Page 51 of many | Previous | Next