| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementResult |
SqlStatementResult.clone() |
SqlStatementResult |
SqlStatementResult.withNumberOfRecordsUpdated(Long numberOfRecordsUpdated)
The number of records updated by a SQL statement.
|
SqlStatementResult |
SqlStatementResult.withResultFrame(ResultFrame resultFrame)
The result set of the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlStatementResult> |
ExecuteSqlResult.getSqlStatementResults()
The results of the SQL statement or statements.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlResult |
ExecuteSqlResult.withSqlStatementResults(SqlStatementResult... sqlStatementResults)
The results of the SQL statement or statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteSqlResult.setSqlStatementResults(Collection<SqlStatementResult> sqlStatementResults)
The results of the SQL statement or statements.
|
ExecuteSqlResult |
ExecuteSqlResult.withSqlStatementResults(Collection<SqlStatementResult> sqlStatementResults)
The results of the SQL statement or statements.
|
Copyright © 2020. All rights reserved.