Builder

class Builder

Properties

Link copied to clipboard
var name: String?

Parameter name.

Link copied to clipboard
var 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
fun type(block: Type.Builder.() -> Unit)