Builder

class Builder

Properties

Link copied to clipboard

A description of the column that helps the query engine understand the contents of the column.

Link copied to clipboard

Specifies whether to include or exclude the column during query generation. If you specify EXCLUDE, the column will be ignored. If you specify INCLUDE, all other columns in the table will be ignored.

Link copied to clipboard
var name: String?

The name of the column for which the other fields in this object apply.