See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | |
| JdbcComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| JdbcConstants |
JDBC Constants
|
| JdbcEndpoint |
Access databases through SQL and JDBC.
|
| JdbcEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| JdbcHelper | |
| JdbcProducer | |
| ResultSetIterator | |
| StreamListIterator |
| Enum | Description |
|---|---|
| JdbcOutputType |
Apache Camel