Uses of Interface
org.apache.camel.builder.endpoint.dsl.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder
Packages that use SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder
-
Uses of SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilderModifier and TypeMethodDescriptionSqlEndpointBuilderFactory.SqlEndpointBuilder.advanced()SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.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.AdvancedSqlEndpointBuilder.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.AdvancedSqlEndpointBuilder.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.AdvancedSqlEndpointBuilder.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.AdvancedSqlEndpointBuilder.placeholder(String placeholder) Specifies a character that will be replaced to in SQL query.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.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.AdvancedSqlEndpointBuilder.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.AdvancedSqlEndpointBuilder.rowMapperFactory(String rowMapperFactory) Factory for creating RowMapper.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.rowMapperFactory(org.apache.camel.component.sql.RowMapperFactory rowMapperFactory) Factory for creating RowMapper.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.templateOptions(String key, Object value) Configures the Spring JdbcTemplate with the key/values from the Map.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.templateOptions(Map values) Configures the Spring JdbcTemplate with the key/values from the Map.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.usePlaceholder(boolean usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.usePlaceholder(String usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.