Builder

class Builder

Properties

Link copied to clipboard

The type of the column.

Link copied to clipboard

A value that indicates whether the column increments automatically.

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 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 owns the table that includes the column.

Link copied to clipboard

The name of the table that includes the column.

Link copied to clipboard
var type: Int

The type of the column.

Link copied to clipboard

The database-specific data type of the column.