| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected JdbcConnection |
JdbcExecutionResponse.connection |
protected JdbcConnection |
JdbcExecutionRequest.connection |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnection |
ObjectFactory.createJdbcConnection()
Create an instance of
JdbcConnection |
JdbcConnection |
JdbcExecutionResponse.getConnection()
Gets the value of the connection property.
|
JdbcConnection |
JdbcExecutionRequest.getConnection()
Gets the value of the connection property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcExecutionResponse.setConnection(JdbcConnection value)
Sets the value of the connection property.
|
void |
JdbcExecutionRequest.setConnection(JdbcConnection value)
Sets the value of the connection property.
|
| 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.