SelectQueryable

class SelectQueryable(val select: SqlCompoundSelectStmt, var statement: SqlAnnotatedElement = select) : QueryWithResults

Constructors

Link copied to clipboard
constructor(select: SqlCompoundSelectStmt, statement: SqlAnnotatedElement = select)

Properties

Link copied to clipboard
open override val pureTable: NamedElement?

If this query is a pure select from a table (virtual or otherwise), this returns the LazyQuery which points to that table (Pure meaning it has exactly the same columns in the same order).

Link copied to clipboard
open override val select: SqlCompoundSelectStmt
Link copied to clipboard
open override var statement: SqlAnnotatedElement