Nullable
interface Nullable<R : Any> : KConfigurableSubQuery<R> , KTypedSubQuery.Nullable<R>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
abstract infix fun intersect(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Content copied to clipboard
Link copied to clipboard
abstract fun limit(limit: Int, offset: Int = 0): KConfigurableSubQuery<R>
Content copied to clipboard
Link copied to clipboard
abstract infix operator fun minus(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard