Uses of Class
org.apache.camel.component.sql.DefaultSqlEndpoint
Packages that use DefaultSqlEndpoint
Package
Description
Defines an SQL component that can bind to JDBC datasources and execute SQL queries
that are exposed as endpoints.
-
Uses of DefaultSqlEndpoint in org.apache.camel.component.sql
Subclasses of DefaultSqlEndpoint in org.apache.camel.component.sqlMethods in org.apache.camel.component.sql that return DefaultSqlEndpointMethods in org.apache.camel.component.sql with parameters of type DefaultSqlEndpointModifier and TypeMethodDescriptionint
DefaultSqlProcessingStrategy.commit
(DefaultSqlEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query) int
SqlNamedProcessingStrategy.commit
(DefaultSqlEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedJdbcTemplate, org.springframework.jdbc.core.namedparam.SqlParameterSource parameterSource, String query) Commit callback if there are a query to be run after processing.int
SqlProcessingStrategy.commit
(DefaultSqlEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query) Commit callback if there are a query to be run after processing.int
DefaultSqlProcessingStrategy.commitBatchComplete
(DefaultSqlEndpoint endpoint, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query) int
SqlNamedProcessingStrategy.commitBatchComplete
(DefaultSqlEndpoint endpoint, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedJdbcTemplate, org.springframework.jdbc.core.namedparam.SqlParameterSource parameterSource, String query) Commit callback when the batch is complete.int
SqlProcessingStrategy.commitBatchComplete
(DefaultSqlEndpoint endpoint, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query) Commit callback when the batch is complete.Constructors in org.apache.camel.component.sql with parameters of type DefaultSqlEndpointModifierConstructorDescriptionSqlConsumer
(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)