Uses of Interface
org.apache.camel.builder.endpoint.dsl.SqlEndpointBuilderFactory.SqlEndpointBuilder
Packages that use SqlEndpointBuilderFactory.SqlEndpointBuilder
-
Uses of SqlEndpointBuilderFactory.SqlEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SqlEndpointBuilderFactory.SqlEndpointBuilderModifier and TypeMethodDescriptionSQL (camel-sql) Perform SQL queries using Spring JDBC.SQL (camel-sql) Perform SQL queries using Spring JDBC. -
Uses of SqlEndpointBuilderFactory.SqlEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SqlEndpointBuilderFactory.SqlEndpointBuilderModifier and TypeMethodDescriptionSqlEndpointBuilderFactory.SqlEndpointBuilder.allowNamedParameters(boolean allowNamedParameters) Whether to allow using named parameters in the queries.SqlEndpointBuilderFactory.SqlEndpointBuilder.allowNamedParameters(String allowNamedParameters) Whether to allow using named parameters in the queries.SqlEndpointBuilderFactory.AdvancedSqlEndpointBuilder.basic()SqlEndpointBuilderFactory.SqlEndpointBuilder.dataSource(String dataSource) Sets the DataSource to use to communicate with the database at endpoint level.SqlEndpointBuilderFactory.SqlEndpointBuilder.dataSource(DataSource dataSource) Sets the DataSource to use to communicate with the database at endpoint level.SqlEndpointBuilderFactory.endpointBuilder(String componentName, String path) SqlEndpointBuilderFactory.SqlEndpointBuilder.outputClass(String outputClass) Specify the full package and class name to use as conversion when outputType=SelectOne.SqlEndpointBuilderFactory.SqlEndpointBuilder.outputHeader(String outputHeader) Store the query result in a header instead of the message body.SqlEndpointBuilderFactory.SqlEndpointBuilder.outputType(String outputType) Make the output of consumer or producer to SelectList as List of Map, or SelectOne as single Java object in the following way: a) If the query has only single column, then that JDBC Column object is returned.SqlEndpointBuilderFactory.SqlEndpointBuilder.outputType(org.apache.camel.component.sql.SqlOutputType outputType) Make the output of consumer or producer to SelectList as List of Map, or SelectOne as single Java object in the following way: a) If the query has only single column, then that JDBC Column object is returned.SqlEndpointBuilderFactory.SqlEndpointBuilder.separator(char separator) The separator to use when parameter values is taken from message body (if the body is a String type), to be inserted at # placeholders.The separator to use when parameter values is taken from message body (if the body is a String type), to be inserted at # placeholders.SQL (camel-sql) Perform SQL queries using Spring JDBC.SQL (camel-sql) Perform SQL queries using Spring JDBC.