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.SelectAndable
Link copied to clipboard
Link copied to clipboard
interface Fromable<T : Any> : SqlClientQuery.Fromable
Link copied to clipboard
interface FromsPart2<T : Any> : MutinySqlClientSelect.Froms<T> , SqlClientQuery.From
Link copied to clipboard
interface FromsTable<T : Any, U : Any> : MutinySqlClientSelect.FromsPart2<T> , SqlClientQuery.FromTableSelect<U>
Link copied to clipboard
interface GroupableBy<T : Any> : SqlClientQuery.GroupableBy<MutinySqlClientSelect.GroupBy<T>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface LimitOffset<T : Any> : SqlClientQuery.LimitOffset<MutinySqlClientSelect.LimitOffset<T>> , MutinySqlClientSelect.Return<T>
Link copied to clipboard
interface OrderableBy<T : Any> : SqlClientQuery.OrderableBy<MutinySqlClientSelect.OrderBy<T>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Return<T : Any>
Link copied to clipboard
interface SecondSelect<T, U> : MutinySqlClientSelect.Fromable<Pair<T, U>> , SqlClientQuery.Select, SqlClientQuery.SelectAndable
Link copied to clipboard
interface Select : MutinySqlClientSelect.Fromable<List<Any?>> , SqlClientQuery.Select, SqlClientQuery.SelectAndable
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 Selects : MutinySqlClientSelect.Fromable<List<Any?>> , SqlClientQuery.Selectable
Link copied to clipboard
interface SelectsCaseWhenExists<T : Any> : SqlClientQuery.SelectCaseWhenExists
Link copied to clipboard
interface SelectsCaseWhenExistsPart2<T : Any, U : Any> : SqlClientQuery.SelectCaseWhenExistsPart2<U>
Link copied to clipboard
interface SelectsPart2 : MutinySqlClientSelect.Selects, SqlClientQuery.Select
Link copied to clipboard
interface ThirdSelect<T, U, V> : MutinySqlClientSelect.Fromable<Triple<T, U, V>> , SqlClientQuery.Select, SqlClientQuery.SelectAndable
Link copied to clipboard
interface Whereable<T : Any> : SqlClientQuery.Whereable<MutinySqlClientSelect.Where<T>>