| 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) |
| 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