Uses of Interface
org.apache.camel.component.sql.SqlProcessingStrategy
Packages that use SqlProcessingStrategy
Package
Description
Defines an SQL component that can bind to JDBC datasources and execute SQL queries
that are exposed as endpoints.
-
Uses of SqlProcessingStrategy in org.apache.camel.component.sql
Subinterfaces of SqlProcessingStrategy in org.apache.camel.component.sqlModifier and TypeInterfaceDescriptioninterface
Extended processing strategy for dealing with SQL when consuming, which uses aNamedParameterJdbcTemplate
instead of plainJdbcTemplate
.Classes in org.apache.camel.component.sql that implement SqlProcessingStrategyMethods in org.apache.camel.component.sql that return SqlProcessingStrategyMethods in org.apache.camel.component.sql with parameters of type SqlProcessingStrategyModifier and TypeMethodDescriptionvoid
DefaultSqlEndpoint.setProcessingStrategy
(SqlProcessingStrategy processingStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlProcessingStrategy to execute queries when the consumer has processed the rows/batch.Constructors in org.apache.camel.component.sql with parameters of type SqlProcessingStrategyModifierConstructorDescriptionSqlConsumer
(DefaultSqlEndpoint endpoint, org.apache.camel.Processor processor, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query, SqlPrepareStatementStrategy sqlPrepareStatementStrategy, SqlProcessingStrategy sqlProcessingStrategy) SqlConsumer
(DefaultSqlEndpoint endpoint, org.apache.camel.Processor processor, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedJdbcTemplate, String query, org.springframework.jdbc.core.namedparam.SqlParameterSource parameterSource, SqlPrepareStatementStrategy sqlPrepareStatementStrategy, SqlProcessingStrategy sqlProcessingStrategy)