Hoogle Search

Within Stackage Nightly 2026-07-01 (ghc-9.12.4)

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

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

    esqueleto Database.Esqueleto.Experimental

    Replace the FieldDef FieldAttr with the new list.

  2. setAux :: (PersistEntity val, PersistField typ) => EntityField val typ -> (SqlExpr (Entity val) -> SqlExpr (Value typ)) -> SqlExpr (Entity val) -> SqlExpr Update

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  3. setBackendSpecificForeignKeyCascadeDefault :: CascadeAction -> BackendSpecificOverrides -> BackendSpecificOverrides

    esqueleto Database.Esqueleto.Legacy

    Set the backend's default cascade action.

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

    esqueleto Database.Esqueleto.Legacy

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

  5. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  6. setEntityId :: FieldDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    Set an entityId to be the given FieldDef.

  7. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

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

    esqueleto Database.Esqueleto.Legacy

    Replace the FieldDef FieldAttr with the new list.

  9. setAmountDecimalPoint :: Maybe Char -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Set (or clear) an amount's display decimal point.

  10. setAmountInternalPrecision :: Word8 -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Set an amount's internal decimal precision as well as its display precision. This rounds or pads its Decimal quantity to the specified number of decimal places. Rounding is done with Data.Decimal's default roundTo function: "If the value ends in 5 then it is rounded to the nearest even value (Banker's Rounding)".

Page 65 of many | Previous | Next