| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected List<JdbcStatement> |
JdbcExecutionResponse.statements |
protected List<JdbcStatement> |
JdbcExecutionRequest.statements |
| Modifier and Type | Method and Description |
|---|---|
JdbcStatement |
ObjectFactory.createJdbcStatement()
Create an instance of
JdbcStatement |
| Modifier and Type | Method and Description |
|---|---|
List<JdbcStatement> |
JdbcExecutionResponse.getStatements() |
List<JdbcStatement> |
JdbcExecutionRequest.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcExecutionResponse.setStatements(List<JdbcStatement> statements) |
void |
JdbcExecutionRequest.setStatements(List<JdbcStatement> statements) |
| Constructor and Description |
|---|
JdbcExecutionRequest(JdbcConnection connection,
List<JdbcStatement> statements,
S3PropertiesLocation s3PropertiesLocation)
Fully-initialising value constructor
|
JdbcExecutionResponse(JdbcConnection connection,
List<JdbcStatement> statements)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.