Orderable By
Functions
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