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 override fun limit(limit: Int): KConfigurableSubQuery.Nullable<R>
Content copied to clipboard
abstract override fun limit(limit: Int?, offset: Int?): KConfigurableSubQuery.Nullable<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
abstract override fun offset(offset: Int): KConfigurableSubQuery.Nullable<R>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard