| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
ResultFrame |
ResultFrame.clone() |
ResultFrame |
SqlStatementResult.getResultFrame()
The result set of the SQL statement.
|
ResultFrame |
ResultFrame.withRecords(Collection<Record> records)
The records in the result set.
|
ResultFrame |
ResultFrame.withRecords(Record... records)
The records in the result set.
|
ResultFrame |
ResultFrame.withResultSetMetadata(ResultSetMetadata resultSetMetadata)
The result-set metadata in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlStatementResult.setResultFrame(ResultFrame resultFrame)
The result set of the SQL statement.
|
SqlStatementResult |
SqlStatementResult.withResultFrame(ResultFrame resultFrame)
The result set of the SQL statement.
|
Copyright © 2020. All rights reserved.