| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ResultSet.clone() |
ResultSet |
GetQueryResultsResult.getResultSet()
The results of the query execution.
|
ResultSet |
ResultSet.withResultSetMetadata(ResultSetMetadata resultSetMetadata)
The metadata that describes the column structure and data types of a table of query results.
|
ResultSet |
ResultSet.withRows(Collection<Row> rows)
The rows in the table.
|
ResultSet |
ResultSet.withRows(Row... rows)
The rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryResultsResult.setResultSet(ResultSet resultSet)
The results of the query execution.
|
GetQueryResultsResult |
GetQueryResultsResult.withResultSet(ResultSet resultSet)
The results of the query execution.
|
Copyright © 2024. All rights reserved.