SelectColumn

Details of the column that is returned by the query.

Types

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

Properties

Link copied to clipboard

True, if the column name was aliased by the query. False otherwise.

Link copied to clipboard

Database that has this column.

Link copied to clipboard
val name: String?

Name of the column.

Link copied to clipboard

Table within the database that has this column.

Link copied to clipboard
val type: Type?

Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, Boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.

Functions

Link copied to clipboard
inline fun copy(block: SelectColumn.Builder.() -> Unit = {}): SelectColumn
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