TypedRootQuery

interface TypedRootQuery<R> : Executable<List<R>>

Functions

Link copied to clipboard
abstract suspend fun execute(con: Connection): List<R>
abstract fun execute(con: Connection): List<R>
Link copied to clipboard
abstract infix fun intersect(right: TypedRootQuery<R>): TypedRootQuery<R>
Link copied to clipboard
abstract infix fun minus(right: TypedRootQuery<R>): TypedRootQuery<R>
Link copied to clipboard
abstract infix fun union(right: TypedRootQuery<R>): TypedRootQuery<R>
Link copied to clipboard
abstract infix fun unionAll(right: TypedRootQuery<R>): TypedRootQuery<R>

Inheritors

Link copied to clipboard