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 |
DefaultSqlProcessingStrategy |
Modifier and Type | Method and Description |
---|---|
SqlProcessingStrategy |
SqlEndpoint.getProcessingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SqlEndpoint.setProcessingStrategy(SqlProcessingStrategy processingStrategy)
Allows to plugin to use a custom org.apache.camel.component.sql.SqlProcessingStrategy to execute queries when the consumer has processed the rows/batch.
|
Constructor and Description |
---|
SqlConsumer(SqlEndpoint endpoint,
org.apache.camel.Processor processor,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
String query,
SqlPrepareStatementStrategy sqlPrepareStatementStrategy,
SqlProcessingStrategy sqlProcessingStrategy) |
Apache Camel