Builder

class Builder

Properties

Link copied to clipboard

The default value of the column.

Link copied to clipboard

A value that indicates whether the column is case-sensitive.

Link copied to clipboard

A value that indicates whether the column contains currency values.

Link copied to clipboard

A value that indicates whether an integer column is signed.

Link copied to clipboard

The label for the column.

Link copied to clipboard
var length: Int

The length of the column.

Link copied to clipboard
var name: String?

The name of the column.

Link copied to clipboard

A value that indicates whether the column is nullable.

Link copied to clipboard

The precision value of a decimal number column.

Link copied to clipboard
var scale: Int

The scale value of a decimal number column.

Link copied to clipboard

The name of the schema that contains the table that includes the column.

Link copied to clipboard

The name of the table that includes the column.

Link copied to clipboard

The database-specific data type of the column.