Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

  1. asc :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto

    Ascending order of this field or SqlExpression.

  2. asc :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.Experimental

    Ascending order of this field or SqlExpression.

  3. asc :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.Internal.Internal

    Ascending order of this field or SqlExpression.

  4. asc :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.Legacy

    Ascending order of this field or SqlExpression.

  5. ASC :: OrderByType

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. Cascade :: CascadeAction

    esqueleto Database.Esqueleto

    No documentation available.

  7. data () => CascadeAction

    esqueleto Database.Esqueleto

    An action that might happen on a deletion or update on a foreign key change.

  8. data () => FieldCascade

    esqueleto Database.Esqueleto

    This datatype describes how a foreign reference field cascades deletes or updates. This type is used in both parsing the model definitions and performing migrations. A Nothing in either of the field values means that the user has not specified a CascadeAction. An unspecified CascadeAction is defaulted to Restrict when doing migrations.

  9. FieldCascade :: !Maybe CascadeAction -> !Maybe CascadeAction -> FieldCascade

    esqueleto Database.Esqueleto

    No documentation available.

  10. crFieldCascade :: ColumnReference -> !FieldCascade

    esqueleto Database.Esqueleto

    Whether or not updates/deletions to the referenced table cascade to this table.

Page 1 of many | Next