Modifier and Type | Class and Description |
---|---|
class |
DefaultJdbcPrepareStatementStrategy
Default
JdbcPrepareStatementStrategy which is a copy from the camel-sql component having this functionality
first. |
Modifier and Type | Method and Description |
---|---|
JdbcPrepareStatementStrategy |
JdbcEndpoint.getPrepareStatementStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JdbcEndpoint.setPrepareStatementStrategy(JdbcPrepareStatementStrategy prepareStatementStrategy)
Allows the plugin to use a custom org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to control
preparation of the query and prepared statement.
|
Apache Camel