ColumnMetadata.Builder |
ColumnMetadata.Builder.arrayBaseColumnType(Integer arrayBaseColumnType) |
The type of the column.
|
static ColumnMetadata.Builder |
ColumnMetadata.builder() |
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.isAutoIncrement(Boolean isAutoIncrement) |
A value that indicates whether the column increments automatically.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.isCaseSensitive(Boolean isCaseSensitive) |
A value that indicates whether the column is case-sensitive.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.isCurrency(Boolean isCurrency) |
A value that indicates whether the column contains currency values.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.isSigned(Boolean isSigned) |
A value that indicates whether an integer column is signed.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.label(String label) |
The label for the column.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.name(String name) |
The name of the column.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.nullable(Integer nullable) |
A value that indicates whether the column is nullable.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.precision(Integer precision) |
The precision value of a decimal number column.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.scale(Integer scale) |
The scale value of a decimal number column.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.schemaName(String schemaName) |
The name of the schema that owns the table that includes the column.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.tableName(String tableName) |
The name of the table that includes the column.
|
ColumnMetadata.Builder |
ColumnMetadata.toBuilder() |
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.type(Integer type) |
The type of the column.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.typeName(String typeName) |
The database-specific data type of the column.
|