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.
-
esqueleto Database.Esqueleto.Internal.Internal No documentation available.
distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery aesqueleto Database.Esqueleto Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.
distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery aesqueleto Database.Esqueleto.Experimental Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.
distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery aesqueleto Database.Esqueleto.Internal.Internal Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.
makeOrderBy :: IdentInfo -> [OrderByClause] -> (Builder, [PersistValue])esqueleto Database.Esqueleto.Internal.Internal No documentation available.
makeOrderByNoNewline :: IdentInfo -> [OrderByClause] -> (Builder, [PersistValue])esqueleto Database.Esqueleto.Internal.Internal No documentation available.
sdOrderByClause :: SideData -> ![OrderByClause]esqueleto Database.Esqueleto.Internal.Internal No documentation available.
distinctOnOrderBy :: [SqlExpr OrderBy] -> SqlQuery a -> SqlQuery aesqueleto Database.Esqueleto.Legacy Deprecated: This function is deprecated, as it is only supported in Postgresql. Please use the function defined in PostgreSQL instead.
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