Non Null
Functions
Link copied to clipboard
abstract infix override fun intersect(other: KTypedSubQuery<R>): KTypedSubQuery.NonNull<R>
Content copied to clipboard
Link copied to clipboard
abstract infix operator override fun minus(other: KTypedSubQuery<R>): KTypedSubQuery.NonNull<R>
Content copied to clipboard
Link copied to clipboard
abstract infix fun union(other: KTypedSubQuery.NonNull<R>): KTypedSubQuery.NonNull<R>
Content copied to clipboard
abstract infix fun union(other: KTypedSubQuery.Nullable<R>): KTypedSubQuery.Nullable<R>
Content copied to clipboard
Link copied to clipboard
abstract infix fun unionAll(other: KTypedSubQuery.NonNull<R>): KTypedSubQuery.NonNull<R>
Content copied to clipboard
abstract infix fun unionAll(other: KTypedSubQuery.Nullable<R>): KTypedSubQuery.Nullable<R>
Content copied to clipboard