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 | |
JdbcConstants |
JDBC Constants
|
JdbcEndpoint |
The jdbc component enables you to access databases through JDBC, where SQL queries are sent in the message body.
|
JdbcProducer | |
ResultSetIterator |
Enum | Description |
---|---|
JdbcOutputType |
Apache Camel