Nullable
interface Nullable<R : Any> : KTypedSubQuery<R> , KNullableExpression<R>
Content copied to clipboard
Functions
Link copied to clipboard
abstract infix override fun intersect(other: KTypedSubQuery<R>): KTypedSubQuery.Nullable<R>
Content copied to clipboard
Link copied to clipboard
abstract infix operator override fun minus(other: KTypedSubQuery<R>): KTypedSubQuery.Nullable<R>
Content copied to clipboard
Link copied to clipboard
abstract infix override fun union(other: KTypedSubQuery<R>): KTypedSubQuery.Nullable<R>
Content copied to clipboard
Link copied to clipboard
abstract infix override fun unionAll(other: KTypedSubQuery<R>): KTypedSubQuery.Nullable<R>
Content copied to clipboard