| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
List<SqlParameter> |
ExecuteStatementRequest.parameters()
The parameters for the SQL statement.
|
List<List<SqlParameter>> |
BatchExecuteStatementRequest.parameterSets()
The parameter set for the batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest.Builder |
ExecuteStatementRequest.Builder.parameters(SqlParameter... parameters)
The parameters for the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest.Builder |
ExecuteStatementRequest.Builder.parameters(Collection<SqlParameter> parameters)
The parameters for the SQL statement.
|
BatchExecuteStatementRequest.Builder |
BatchExecuteStatementRequest.Builder.parameterSets(Collection<? extends Collection<SqlParameter>> parameterSets)
The parameter set for the batch operation.
|
Copyright © 2021. All rights reserved.