Hoogle Search

Within Stackage Nightly 2026-06-22 (ghc-9.12.4)

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

  1. 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!

  2. setComponents :: ProgressMeter -> [Progress] -> IO ()

    MissingH Data.Progress.Meter

    Adjust the list of components of this ProgressMeter.

  3. setWidth :: ProgressMeter -> Int -> IO ()

    MissingH Data.Progress.Meter

    Adjusts the width of this ProgressMeter.

  4. setP :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Set the completed unit count in the Progress object to the specified value. Unlike incrP, this function sets the count to a specific value, rather than adding to the existing value. If this value exceeds the total, then the total will also be raised to match this value so that the completed count never exceeds teh total.

  5. setP' :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Like setP, but never modify the total.

  6. setTotal :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Set the total unit count in the Progress object to the specified value. Like incrTotal, this would rarely be needed.

  7. setBackendSpecificForeignKeyCascadeDefault :: CascadeAction -> BackendSpecificOverrides -> BackendSpecificOverrides

    esqueleto Database.Esqueleto

    Set the backend's default cascade action.

  8. setBackendSpecificForeignKeyName :: (EntityNameDB -> FieldNameDB -> ConstraintNameDB) -> BackendSpecificOverrides -> BackendSpecificOverrides

    esqueleto Database.Esqueleto

    Set the backend's foreign key generation function to this value.

  9. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto

    No documentation available.

  10. setEntityId :: FieldDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto

    Set an entityId to be the given FieldDef.

Page 61 of many | Previous | Next