Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

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

    esqueleto Database.Esqueleto

    Descending order of this field or SqlExpression.

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

    esqueleto Database.Esqueleto.Experimental

    Descending order of this field or SqlExpression.

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

    esqueleto Database.Esqueleto.Internal.Internal

    Descending order of this field or SqlExpression.

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

    esqueleto Database.Esqueleto.Legacy

    Descending order of this field or SqlExpression.

  5. DESC :: OrderByType

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. descNullsFirst :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.PostgreSQL

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

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

    esqueleto Database.Esqueleto.PostgreSQL

    Descending order of this field or SqlExpression with nulls coming last.

Page 1 of 1