Builder

class Builder

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
var name: String?

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
var 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
var type: String?

The data type of the column.