| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.clone() |
Row |
Row.withData(Collection<Datum> data)
The data that populates a row in a query result table.
|
Row |
Row.withData(Datum... data)
The data that populates a row in a query result table.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
ResultSet.getRows()
The rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ResultSet.withRows(Row... rows)
The rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.setRows(Collection<Row> rows)
The rows in the table.
|
ResultSet |
ResultSet.withRows(Collection<Row> rows)
The rows in the table.
|
Copyright © 2024. All rights reserved.