Package | Description |
---|---|
org.apache.camel.component.sql |
Defines an SQL component that can bind to JDBC datasources and execute SQL queries
that are exposed as endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSqlPrepareStatementStrategy
Default
SqlPrepareStatementStrategy that supports named query parameters as well index based. |
Modifier and Type | Method and Description |
---|---|
SqlPrepareStatementStrategy |
SqlEndpoint.getPrepareStatementStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SqlEndpoint.setPrepareStatementStrategy(SqlPrepareStatementStrategy prepareStatementStrategy) |
Constructor and Description |
---|
DefaultSqlProcessingStrategy(SqlPrepareStatementStrategy sqlPrepareStatementStrategy) |
SqlConsumer(SqlEndpoint endpoint,
org.apache.camel.Processor processor,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
String query,
SqlPrepareStatementStrategy sqlPrepareStatementStrategy,
SqlProcessingStrategy sqlProcessingStrategy) |
SqlProducer(SqlEndpoint endpoint,
String query,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
SqlPrepareStatementStrategy sqlPrepareStatementStrategy,
boolean batch,
boolean alwaysPopulateStatement) |
Apache Camel