KTyped Root Query
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun forEach(con: Connection? = null, batchSize: Int = 0, block: (R) -> Unit)
Content copied to clipboard
Link copied to clipboard
abstract infix fun intersect(other: KTypedRootQuery<R>): KTypedRootQuery<R>
Content copied to clipboard
Link copied to clipboard
abstract infix operator fun minus(other: KTypedRootQuery<R>): KTypedRootQuery<R>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract infix fun unionAll(other: KTypedRootQuery<R>): KTypedRootQuery<R>
Content copied to clipboard