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 TypeMethodDescriptionintDefaultSqlProcessingStrategy.commit(DefaultSqlEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query) intSqlNamedProcessingStrategy.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.intSqlProcessingStrategy.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.intDefaultSqlProcessingStrategy.commitBatchComplete(DefaultSqlEndpoint endpoint, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String query) intSqlNamedProcessingStrategy.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.intSqlProcessingStrategy.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)