BeanRowMapper
will map row names to lower case names,
but use a single upper case letter after underscores or dashes (which is skipped).JdbcPrepareStatementStrategy
which is a copy from the camel-sql component having
this functionality first.JdbcConstants.JDBC_GENERATED_KEYS_ROW_COUNT
: the row count of generated keys
- JdbcConstants.JDBC_GENERATED_KEYS_DATA
: the generated keys dataStatement
.Apache Camel