ColumnInfo

Information about the columns in a query execution result.

Types

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

Properties

Link copied to clipboard

Indicates whether values in the column are case-sensitive.

Link copied to clipboard

The catalog to which the query results belong.

Link copied to clipboard

A column label.

Link copied to clipboard

The name of the column.

Link copied to clipboard

Unsupported constraint. This value always shows as UNKNOWN.

Link copied to clipboard

For DECIMAL data types, specifies the total number of digits, up to 38. For performance reasons, we recommend up to 18 digits.

Link copied to clipboard
val scale: Int

For DECIMAL data types, specifies the total number of digits in the fractional part of the value. Defaults to 0.

Link copied to clipboard

The schema name (database name) to which the query results belong.

Link copied to clipboard

The table name for the query results.

Link copied to clipboard

The data type of the column.

Functions

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