| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
JdbcExecutionResponse |
ObjectFactory.createJdbcExecutionResponse()
Create an instance of
JdbcExecutionResponse |
| Modifier and Type | Method and Description |
|---|---|
JdbcExecutionResponse |
JdbcService.executeJdbc(JdbcExecutionRequest jdbcExecutionRequest)
Executes JDBC statements in the request.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcExecutionResponse |
JdbcServiceImpl.executeJdbc(JdbcExecutionRequest jdbcExecutionRequest)
This implementation uses a
DriverManagerDataSource and DefaultTransactionDefinition. |
protected JdbcExecutionResponse |
JdbcServiceImpl.executeJdbcImpl(JdbcExecutionRequest jdbcExecutionRequest)
This implementation uses a
DriverManagerDataSource. |
Copyright © 2019. All rights reserved.