| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
ResultSetOptions |
ResultSetOptions.clone() |
ResultSetOptions |
ExecuteStatementRequest.getResultSetOptions()
Options that control how the result set is returned.
|
ResultSetOptions |
ResultSetOptions.withDecimalReturnType(DecimalReturnType decimalReturnType)
A value that indicates how a field of
DECIMAL type is represented in the response. |
ResultSetOptions |
ResultSetOptions.withDecimalReturnType(String decimalReturnType)
A value that indicates how a field of
DECIMAL type is represented in the response. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteStatementRequest.setResultSetOptions(ResultSetOptions resultSetOptions)
Options that control how the result set is returned.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withResultSetOptions(ResultSetOptions resultSetOptions)
Options that control how the result set is returned.
|
Copyright © 2021. All rights reserved.