Uses of Interface
org.apache.camel.component.sql.SqlPrepareStatementStrategy
-
Packages that use SqlPrepareStatementStrategy Package Description org.apache.camel.component.sql 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 SqlPrepareStatementStrategy Modifier and Type Class Description class
DefaultSqlPrepareStatementStrategy
DefaultSqlPrepareStatementStrategy
that supports named query parameters as well index based.Methods in org.apache.camel.component.sql that return SqlPrepareStatementStrategy Modifier and Type Method Description SqlPrepareStatementStrategy
DefaultSqlEndpoint. getPrepareStatementStrategy()
Methods in org.apache.camel.component.sql with parameters of type SqlPrepareStatementStrategy Modifier and Type Method Description void
DefaultSqlEndpoint. 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 SqlPrepareStatementStrategy Constructor Description DefaultSqlProcessingStrategy(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)
-