Uses of Class
org.apache.camel.component.sql.DefaultSqlEndpoint
-
Packages that use DefaultSqlEndpoint 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 DefaultSqlEndpoint in org.apache.camel.component.sql
Subclasses of DefaultSqlEndpoint in org.apache.camel.component.sql Modifier and Type Class Description classSqlEndpointPerform SQL queries using Spring JDBC.Methods in org.apache.camel.component.sql that return DefaultSqlEndpoint Modifier and Type Method Description DefaultSqlEndpointSqlConsumer. getEndpoint()Methods in org.apache.camel.component.sql with parameters of type DefaultSqlEndpoint Modifier and Type Method Description intDefaultSqlProcessingStrategy. 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 DefaultSqlEndpoint Constructor Description 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)
-