Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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. ascNullsFirst :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.PostgreSQL

    Ascending order of this field or SqlExpression with nulls coming first.

  7. ascNullsLast :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.PostgreSQL

    Ascending order of this field or SqlExpression with nulls coming last. Note that this is the same as normal ascending ordering in Postgres, but it has been included for completeness.

  8. Cascade :: CascadeAction

    esqueleto Database.Esqueleto

    No documentation available.

  9. data CascadeAction

    esqueleto Database.Esqueleto

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

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

Page 1 of many | Next