| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ColumnMetadata.clone() |
ColumnMetadata |
ColumnMetadata.withArrayBaseColumnType(Integer arrayBaseColumnType)
Homogenous array base SQL type from java.sql.Types.
|
ColumnMetadata |
ColumnMetadata.withIsAutoIncrement(Boolean isAutoIncrement)
Whether the designated column is automatically numbered
|
ColumnMetadata |
ColumnMetadata.withIsCaseSensitive(Boolean isCaseSensitive)
Whether values in the designated column's case matters
|
ColumnMetadata |
ColumnMetadata.withIsCurrency(Boolean isCurrency)
Whether values in the designated column is a cash value
|
ColumnMetadata |
ColumnMetadata.withIsSigned(Boolean isSigned)
Whether values in the designated column are signed numbers
|
ColumnMetadata |
ColumnMetadata.withLabel(String label)
Usually specified by the SQL AS.
|
ColumnMetadata |
ColumnMetadata.withName(String name)
Name of the column.
|
ColumnMetadata |
ColumnMetadata.withNullable(Integer nullable)
Indicates the nullability of values in the designated column.
|
ColumnMetadata |
ColumnMetadata.withPrecision(Integer precision)
Get the designated column's specified column size.For numeric data, this is the maximum precision.
|
ColumnMetadata |
ColumnMetadata.withScale(Integer scale)
Designated column's number of digits to right of the decimal point.
|
ColumnMetadata |
ColumnMetadata.withSchemaName(String schemaName)
Designated column's table's schema
|
ColumnMetadata |
ColumnMetadata.withTableName(String tableName)
Designated column's table name
|
ColumnMetadata |
ColumnMetadata.withType(Integer type)
SQL type from java.sql.Types.
|
ColumnMetadata |
ColumnMetadata.withTypeName(String typeName)
Database-specific type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMetadata> |
ResultSetMetadata.getColumnMetadata()
List of columns and their types
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata |
ResultSetMetadata.withColumnMetadata(ColumnMetadata... columnMetadata)
List of columns and their types
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetMetadata.setColumnMetadata(Collection<ColumnMetadata> columnMetadata)
List of columns and their types
|
ResultSetMetadata |
ResultSetMetadata.withColumnMetadata(Collection<ColumnMetadata> columnMetadata)
List of columns and their types
|
Copyright © 2019. All rights reserved.