AggregateColumn

Column in configured table that can be used in aggregate function in query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Column names in configured table of aggregate columns.

Link copied to clipboard

Aggregation function that can be applied to aggregate column in query.

Functions

Link copied to clipboard
inline fun copy(block: AggregateColumn.Builder.() -> Unit = {}): AggregateColumn
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String