| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata |
ResultSetMetadata.clone() |
ResultSetMetadata |
ResultSet.getResultSetMetadata()
The metadata that describes the column structure and data types of a table of query results.
|
ResultSetMetadata |
ResultSetMetadata.withColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns returned in a query result metadata.
|
ResultSetMetadata |
ResultSetMetadata.withColumnInfo(ColumnInfo... columnInfo)
Information about the columns returned in a query result metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.setResultSetMetadata(ResultSetMetadata resultSetMetadata)
The metadata that describes the column structure and data types of a table of query results.
|
ResultSet |
ResultSet.withResultSetMetadata(ResultSetMetadata resultSetMetadata)
The metadata that describes the column structure and data types of a table of query results.
|
Copyright © 2019. All rights reserved.