| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ColumnMetadata.clone() |
ColumnMetadata |
ColumnMetadata.withArrayBaseColumnType(Integer arrayBaseColumnType)
The type of the column.
|
ColumnMetadata |
ColumnMetadata.withIsAutoIncrement(Boolean isAutoIncrement)
A value that indicates whether the column increments automatically.
|
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.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 owns the table that includes the column.
|
ColumnMetadata |
ColumnMetadata.withTableName(String tableName)
The name of the table that includes the column.
|
ColumnMetadata |
ColumnMetadata.withType(Integer type)
The type of the column.
|
ColumnMetadata |
ColumnMetadata.withTypeName(String typeName)
The database-specific data type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMetadata> |
ResultSetMetadata.getColumnMetadata()
The metadata of the columns in the result set.
|
List<ColumnMetadata> |
ExecuteStatementResult.getColumnMetadata()
Metadata for the columns included in the results.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata |
ResultSetMetadata.withColumnMetadata(ColumnMetadata... columnMetadata)
The metadata of the columns in the result set.
|
ExecuteStatementResult |
ExecuteStatementResult.withColumnMetadata(ColumnMetadata... columnMetadata)
Metadata for the columns included in the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetMetadata.setColumnMetadata(Collection<ColumnMetadata> columnMetadata)
The metadata of the columns in the result set.
|
void |
ExecuteStatementResult.setColumnMetadata(Collection<ColumnMetadata> columnMetadata)
Metadata for the columns included in the results.
|
ResultSetMetadata |
ResultSetMetadata.withColumnMetadata(Collection<ColumnMetadata> columnMetadata)
The metadata of the columns in the result set.
|
ExecuteStatementResult |
ExecuteStatementResult.withColumnMetadata(Collection<ColumnMetadata> columnMetadata)
Metadata for the columns included in the results.
|
Copyright © 2020. All rights reserved.