Uses of Interface
org.apache.camel.component.sql.SqlPrepareStatementStrategy

Packages that use SqlPrepareStatementStrategy
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
 class DefaultSqlPrepareStatementStrategy
          Default SqlPrepareStatementStrategy that supports named query parameters as well index based.
 

Methods in org.apache.camel.component.sql that return SqlPrepareStatementStrategy
 SqlPrepareStatementStrategy SqlEndpoint.getPrepareStatementStrategy()
           
 

Methods in org.apache.camel.component.sql with parameters of type SqlPrepareStatementStrategy
 void SqlEndpoint.setPrepareStatementStrategy(SqlPrepareStatementStrategy prepareStatementStrategy)
           
 

Constructors in org.apache.camel.component.sql with parameters of type SqlPrepareStatementStrategy
DefaultSqlProcessingStrategy(SqlPrepareStatementStrategy sqlPrepareStatementStrategy)
           
SqlConsumer(SqlEndpoint endpoint, org.apache.camel.Processor processor, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query, SqlPrepareStatementStrategy sqlPrepareStatementStrategy, SqlProcessingStrategy sqlProcessingStrategy)
           
SqlProducer(SqlEndpoint endpoint, String query, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SqlPrepareStatementStrategy sqlPrepareStatementStrategy, boolean batch, boolean alwaysPopulateStatement)
           
 



Apache Camel