Nullable

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

Functions

Link copied to clipboard
abstract override fun distinct(): KConfigurableSubQuery.Nullable<R>
Link copied to clipboard
abstract infix fun intersect(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Link copied to clipboard
abstract override fun limit(limit: Int): KConfigurableSubQuery.Nullable<R>
abstract override fun limit(limit: Int?, offset: Int?): KConfigurableSubQuery.Nullable<R>
Link copied to clipboard
abstract infix operator fun minus(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Link copied to clipboard
abstract override fun offset(offset: Int): KConfigurableSubQuery.Nullable<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>