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. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto

    No documentation available.

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

    esqueleto Database.Esqueleto

    Replace the FieldDef FieldAttr with the new list.

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

    esqueleto Database.Esqueleto.Experimental

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

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

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

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

    esqueleto Database.Esqueleto.Experimental

    Set an entityId to be the given FieldDef.

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

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

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

    esqueleto Database.Esqueleto.Experimental

    Replace the FieldDef FieldAttr with the new list.

  8. 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.

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

    esqueleto Database.Esqueleto.Legacy

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

  10. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

Page 48 of many | Previous | Next