| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo |
ColumnInfo.clone() |
ColumnInfo |
ColumnInfo.withCaseSensitive(Boolean caseSensitive)
Indicates whether values in the column are case-sensitive.
|
ColumnInfo |
ColumnInfo.withCatalogName(String catalogName)
The catalog to which the query results belong.
|
ColumnInfo |
ColumnInfo.withLabel(String label)
A column label.
|
ColumnInfo |
ColumnInfo.withName(String name)
The name of the column.
|
ColumnInfo |
ColumnInfo.withNullable(ColumnNullable nullable)
Unsupported constraint.
|
ColumnInfo |
ColumnInfo.withNullable(String nullable)
Unsupported constraint.
|
ColumnInfo |
ColumnInfo.withPrecision(Integer precision)
For
DECIMAL data types, specifies the total number of digits, up to 38. |
ColumnInfo |
ColumnInfo.withScale(Integer scale)
For
DECIMAL data types, specifies the total number of digits in the fractional part of the value. |
ColumnInfo |
ColumnInfo.withSchemaName(String schemaName)
The schema name (database name) to which the query results belong.
|
ColumnInfo |
ColumnInfo.withTableName(String tableName)
The table name for the query results.
|
ColumnInfo |
ColumnInfo.withType(String type)
The data type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
ResultSetMetadata.getColumnInfo()
Information about the columns returned in a query result metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata |
ResultSetMetadata.withColumnInfo(ColumnInfo... columnInfo)
Information about the columns returned in a query result metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetMetadata.setColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns returned in a query result metadata.
|
ResultSetMetadata |
ResultSetMetadata.withColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns returned in a query result metadata.
|
Copyright © 2024. All rights reserved.