Package org.apache.camel.component.sql

Defines an SQL component that can bind to JDBC datasources and execute SQL queries that are exposed as endpoints.

See:
          Description

Interface Summary
SqlPrepareStatementStrategy Strategy for preparing statements when executing SQL queries.
SqlProcessingStrategy Processing strategy for dealing with SQL when consuming.
 

Class Summary
DefaultSqlPrepareStatementStrategy Default SqlPrepareStatementStrategy that supports named query parameters as well index based.
DefaultSqlProcessingStrategy  
SqlComponent  
SqlConstants SQL Constants.
SqlConsumer  
SqlEndpoint SQL Endpoint.
SqlProducer  
 

Enum Summary
SqlOutputType  
 

Package org.apache.camel.component.sql Description

Defines an SQL component that can bind to JDBC datasources and execute SQL queries that are exposed as endpoints.



Apache Camel