Uses of Interface
org.apache.camel.builder.endpoint.dsl.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder
Packages that use SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder
-
Uses of SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SQL component.Methods in org.apache.camel.builder.endpoint.dsl that return SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilderModifier and TypeMethodDescriptionSqlEndpointBuilderFactory.SqlEndpointProducerBuilder.advanced()SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.alwaysPopulateStatement(boolean alwaysPopulateStatement) If enabled then the populateStatement method from org.apache.camel.component.sql.SqlPrepareStatementStrategy is always invoked, also if there is no expected parameters to be prepared.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.alwaysPopulateStatement(String alwaysPopulateStatement) If enabled then the populateStatement method from org.apache.camel.component.sql.SqlPrepareStatementStrategy is always invoked, also if there is no expected parameters to be prepared.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.parametersCount(int parametersCount) If set greater than zero, then Camel will use this count value of parameters to replace instead of querying via JDBC metadata API.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.parametersCount(String parametersCount) If set greater than zero, then Camel will use this count value of parameters to replace instead of querying via JDBC metadata API.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.placeholder(String placeholder) Specifies a character that will be replaced to in SQL query.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.prepareStatementStrategy(String prepareStatementStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlPrepareStatementStrategy to control preparation of the query and prepared statement.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.prepareStatementStrategy(org.apache.camel.component.sql.SqlPrepareStatementStrategy prepareStatementStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlPrepareStatementStrategy to control preparation of the query and prepared statement.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.rowMapperFactory(String rowMapperFactory) Factory for creating RowMapper.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.rowMapperFactory(org.apache.camel.component.sql.RowMapperFactory rowMapperFactory) Factory for creating RowMapper.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.templateOptions(String key, Object value) Configures the Spring JdbcTemplate with the key/values from the Map.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.templateOptions(Map values) Configures the Spring JdbcTemplate with the key/values from the Map.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.usePlaceholder(boolean usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.SqlEndpointBuilderFactory.AdvancedSqlEndpointProducerBuilder.usePlaceholder(String usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.