Group By
interface GroupBy<T : Any> : SqlClientQuery.GroupBy<MutinySqlClientSelect.GroupBy<T>> , SqlClientQuery.GroupByAndable<MutinySqlClientSelect.GroupBy<T>> , MutinySqlClientSelect.OrderableBy<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.OrderBy<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.OrderBy<T>>
Link copied to clipboard