Nullable

interface Nullable<R : Any> : KConfigurableSubQuery<R> , KTypedSubQuery.Nullable<R>

Functions

Link copied to clipboard
abstract fun distinct(): KConfigurableSubQuery<R>
Link copied to clipboard
abstract infix fun intersect(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Link copied to clipboard
abstract fun limit(limit: Int, offset: Int = 0): KConfigurableSubQuery<R>
Link copied to clipboard
abstract infix operator fun minus(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Link copied to clipboard
abstract infix fun union(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Link copied to clipboard
abstract infix fun unionAll(other: KTypedSubQuery<R>): KTypedSubQuery<R>