| Package | Description |
|---|---|
| com.amazonaws.services.redshiftdataapi.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ColumnMetadata.clone() |
ColumnMetadata |
ColumnMetadata.withColumnDefault(String columnDefault)
The default value of the column.
|
ColumnMetadata |
ColumnMetadata.withIsCaseSensitive(Boolean isCaseSensitive)
A value that indicates whether the column is case-sensitive.
|
ColumnMetadata |
ColumnMetadata.withIsCurrency(Boolean isCurrency)
A value that indicates whether the column contains currency values.
|
ColumnMetadata |
ColumnMetadata.withIsSigned(Boolean isSigned)
A value that indicates whether an integer column is signed.
|
ColumnMetadata |
ColumnMetadata.withLabel(String label)
The label for the column.
|
ColumnMetadata |
ColumnMetadata.withLength(Integer length)
The length of the column.
|
ColumnMetadata |
ColumnMetadata.withName(String name)
The name of the column.
|
ColumnMetadata |
ColumnMetadata.withNullable(Integer nullable)
A value that indicates whether the column is nullable.
|
ColumnMetadata |
ColumnMetadata.withPrecision(Integer precision)
The precision value of a decimal number column.
|
ColumnMetadata |
ColumnMetadata.withScale(Integer scale)
The scale value of a decimal number column.
|
ColumnMetadata |
ColumnMetadata.withSchemaName(String schemaName)
The name of the schema that contains the table that includes the column.
|
ColumnMetadata |
ColumnMetadata.withTableName(String tableName)
The name of the table that includes the column.
|
ColumnMetadata |
ColumnMetadata.withTypeName(String typeName)
The database-specific data type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMetadata> |
DescribeTableResult.getColumnList()
A list of columns in the table.
|
List<ColumnMetadata> |
GetStatementResultResult.getColumnMetadata()
The properties (metadata) of a column.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTableResult |
DescribeTableResult.withColumnList(ColumnMetadata... columnList)
A list of columns in the table.
|
GetStatementResultResult |
GetStatementResultResult.withColumnMetadata(ColumnMetadata... columnMetadata)
The properties (metadata) of a column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTableResult.setColumnList(Collection<ColumnMetadata> columnList)
A list of columns in the table.
|
void |
GetStatementResultResult.setColumnMetadata(Collection<ColumnMetadata> columnMetadata)
The properties (metadata) of a column.
|
DescribeTableResult |
DescribeTableResult.withColumnList(Collection<ColumnMetadata> columnList)
A list of columns in the table.
|
GetStatementResultResult |
GetStatementResultResult.withColumnMetadata(Collection<ColumnMetadata> columnMetadata)
The properties (metadata) of a column.
|
Copyright © 2023. All rights reserved.