Package org.apache.camel.component.sql
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.
-
ClassDescriptionBase class for SQL endpoints.Default
SqlPrepareStatementStrategy
that supports named query parameters as well index based.The SQL Component is for working with databases using JDBC queries.Generated by camel build tools - do NOT edit this file!SQL Constants.Perform SQL queries using Spring JDBC.Generated by camel build tools - do NOT edit this file!Generated by camel build tools - do NOT edit this file!Extended processing strategy for dealing with SQL when consuming, which uses aNamedParameterJdbcTemplate
instead of plainJdbcTemplate
.Strategy for preparing statements when executing SQL queries.Processing strategy for dealing with SQL when consuming.