ColumnInfo

Contains the metadata for query results such as the column names, data types, and other attributes.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the result set column. The name of the result set is available for columns of all data types except for arrays.

Link copied to clipboard
val type: Type?

The data type of the result set column. The data type can be a scalar or complex. Scalar data types are integers, strings, doubles, Booleans, and others. Complex data types are types such as arrays, rows, and others.

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