| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
SqlParameter |
SqlParameter.clone() |
SqlParameter |
SqlParameter.withName(String name)
The name of the parameter.
|
SqlParameter |
SqlParameter.withTypeHint(String typeHint)
A hint that specifies the correct object type for data type mapping.
|
SqlParameter |
SqlParameter.withTypeHint(TypeHint typeHint)
A hint that specifies the correct object type for data type mapping.
|
SqlParameter |
SqlParameter.withValue(Field value)
The value of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlParameter> |
ExecuteStatementRequest.getParameters()
The parameters for the SQL statement.
|
List<List<SqlParameter>> |
BatchExecuteStatementRequest.getParameterSets()
The parameter set for the batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(SqlParameter... parameters)
The parameters for the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteStatementRequest.setParameters(Collection<SqlParameter> parameters)
The parameters for the SQL statement.
|
void |
BatchExecuteStatementRequest.setParameterSets(Collection<List<SqlParameter>> parameterSets)
The parameter set for the batch operation.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(Collection<SqlParameter> parameters)
The parameters for the SQL statement.
|
BatchExecuteStatementRequest |
BatchExecuteStatementRequest.withParameterSets(Collection<List<SqlParameter>> parameterSets)
The parameter set for the batch operation.
|
Copyright © 2021. All rights reserved.