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. data OrderByType

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  2. distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery a

    esqueleto Database.Esqueleto

    Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.

  3. distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery a

    esqueleto Database.Esqueleto.Experimental

    Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.

  4. distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery a

    esqueleto Database.Esqueleto.Internal.Internal

    Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.

  5. makeOrderBy :: IdentInfo -> [OrderByClause] -> (Builder, [PersistValue])

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. makeOrderByNoNewline :: IdentInfo -> [OrderByClause] -> (Builder, [PersistValue])

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  7. sdOrderByClause :: SideData -> ![OrderByClause]

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  8. distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery a

    esqueleto Database.Esqueleto.Legacy

    Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.

  9. distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    A convenience function that calls both distinctOn and orderBy. In other words,

    distinctOnOrderBy [asc foo, desc bar, desc quux]
    
    is the same as:
    distinctOn [don foo, don  bar, don  quux]
    orderBy  [asc foo, desc bar, desc quux]
    ...
    

Page 2 of 2 | Previous