Group By Part2
interface GroupByPart2<T : Any> : SqlClientQuery.GroupByPart2<MutinySqlClientSelect.GroupByPart2<T>> , MutinySqlClientSelect.OrderBy<T> , MutinySqlClientSelect.LimitOffset<T> , MutinySqlClientSelect.Return<T>
Functions
Link copied to clipboard
Link copied to clipboard
This query returns the first result as Uni, or an empty Uni if no result
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract infix fun <U : Any> orderByAscCaseWhenExists(dsl: SqlClientSubQuery.SingleScope.() -> SqlClientSubQuery.Return<U>): SqlClientQuery.OrderByCaseWhenExists<U, MutinySqlClientSelect.OrderByPart2<T>>
Link copied to clipboard
Link copied to clipboard
abstract infix fun <U : Any> orderByDescCaseWhenExists(dsl: SqlClientSubQuery.SingleScope.() -> SqlClientSubQuery.Return<U>): SqlClientQuery.OrderByCaseWhenExists<U, MutinySqlClientSelect.OrderByPart2<T>>