FieldSet

interface FieldSet

Represents a set of expressions, contained in the given column set.

Inheritors

Properties

Link copied to clipboard
abstract val fields: List<Expression<*>>

Returns the field of this field set.

Link copied to clipboard
open val realFields: List<Expression<*>>

Returns all real fields, unrolling composite CompositeColumn if present

Link copied to clipboard
abstract val source: ColumnSet

Return the column set that contains this field set.

Functions

Link copied to clipboard
Link copied to clipboard

Creates a SELECT Query by selecting all columns from this ColumnSet.

Link copied to clipboard
Link copied to clipboard