Package org.apache.camel.component.jdbc

Defines an JDBC component that can bind to JDBC datasources.

See:
          Description

Interface Summary
BeanRowMapper A mapper to map row names to java bean setter names, when using the outputClass option.
JdbcPrepareStatementStrategy Strategy for preparing statements when executing SQL queries.
 

Class Summary
DefaultBeanRowMapper The default BeanRowMapper will map row names to lower case names, but use a single upper case letter after underscores or dashes (which is skipped).
DefaultJdbcPrepareStatementStrategy Default JdbcPrepareStatementStrategy which is a copy from the camel-sql component having this functionality first.
JdbcComponent  
JdbcConstants JDBC Constants
JdbcEndpoint  
JdbcProducer  
 

Enum Summary
JdbcOutputType  
 

Package org.apache.camel.component.jdbc Description

Defines an JDBC component that can bind to JDBC datasources.



Apache Camel