MutinySqlClientSelect

class MutinySqlClientSelect : SqlClientQuery

Types

Link copied to clipboard
interface AndCaseWhenExistsLast<T : Any> : SqlClientQuery.AndCaseWhenExists
Link copied to clipboard
interface AndCaseWhenExistsLastPart2<T : Any, U : Any> : SqlClientQuery.AndCaseWhenExistsPart2<U>
Link copied to clipboard
interface AndCaseWhenExistsSecond<T : Any, U : Any> : SqlClientQuery.AndCaseWhenExists
Link copied to clipboard
interface AndCaseWhenExistsSecondPart2<T : Any, U : Any, V : Any> : SqlClientQuery.AndCaseWhenExistsPart2<V>
Link copied to clipboard
interface AndCaseWhenExistsThird<T, U, V : Any> : SqlClientQuery.AndCaseWhenExists
Link copied to clipboard
interface AndCaseWhenExistsThirdPart2<T, U, V : Any, W : Any> : SqlClientQuery.AndCaseWhenExistsPart2<W>
Link copied to clipboard
interface FirstSelect<T : Any> : MutinySqlClientSelect.Fromable<T> , SqlClientQuery.Select, SqlClientQuery.Andable
Link copied to clipboard
interface Fromable<T : Any> : SqlClientQuery.Fromable, SqlClientQuery.Select
Link copied to clipboard
interface GroupBy<T : Any> : SqlClientQuery.GroupBy<MutinySqlClientSelect.GroupByPart2<T>>
Link copied to clipboard
interface LimitOffset<T : Any> : SqlClientQuery.LimitOffset<MutinySqlClientSelect.LimitOffset<T>> , MutinySqlClientSelect.Return<T>
Link copied to clipboard
interface OrderBy<T : Any> : SqlClientQuery.OrderBy<MutinySqlClientSelect.OrderByPart2<T>>
Link copied to clipboard
interface Return<T : Any>
Link copied to clipboard
interface SecondSelect<T, U> : MutinySqlClientSelect.Fromable<Pair<T, U>> , SqlClientQuery.Andable
Link copied to clipboard
interface Select : MutinySqlClientSelect.Fromable<List<Any?>> , SqlClientQuery.Andable
Link copied to clipboard
interface Selectable : SqlClientQuery.SelectableFull
Link copied to clipboard
interface SelectCaseWhenExistsFirst<T : Any> : SqlClientQuery.SelectCaseWhenExists
Link copied to clipboard
interface SelectCaseWhenExistsFirstPart2<T : Any, U : Any> : SqlClientQuery.SelectCaseWhenExistsPart2<U>
Link copied to clipboard
interface ThirdSelect<T, U, V> : MutinySqlClientSelect.Fromable<Triple<T, U, V>> , SqlClientQuery.Andable