Uses of Interface
org.apache.camel.component.sql.SqlPrepareStatementStrategy
Packages that use SqlPrepareStatementStrategy
Package
Description
Defines an SQL component that can bind to JDBC datasources and execute SQL queries
that are exposed as endpoints.
-
Uses of SqlPrepareStatementStrategy in org.apache.camel.component.sql
Classes in org.apache.camel.component.sql that implement SqlPrepareStatementStrategyModifier and TypeClassDescriptionclassDefaultSqlPrepareStatementStrategythat supports named query parameters as well index based.Methods in org.apache.camel.component.sql that return SqlPrepareStatementStrategyMethods in org.apache.camel.component.sql with parameters of type SqlPrepareStatementStrategyModifier and TypeMethodDescriptionvoidDefaultSqlEndpoint.setPrepareStatementStrategy(SqlPrepareStatementStrategy prepareStatementStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlPrepareStatementStrategy to control preparation of the query and prepared statement.Constructors in org.apache.camel.component.sql with parameters of type SqlPrepareStatementStrategyModifierConstructorDescriptionDefaultSqlProcessingStrategy(SqlPrepareStatementStrategy sqlPrepareStatementStrategy) SqlConsumer(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) SqlProducer(SqlEndpoint endpoint, String query, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SqlPrepareStatementStrategy sqlPrepareStatementStrategy, boolean batch, boolean alwaysPopulateStatement, boolean useMessageBodyForSql)