Uses of Interface
org.apache.camel.builder.endpoint.dsl.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder
Packages that use SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder
-
Uses of SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilderModifier and TypeMethodDescriptionSQL Stored Procedure (camel-sql) Perform SQL queries as a JDBC Stored Procedures using Spring JDBC.SQL Stored Procedure (camel-sql) Perform SQL queries as a JDBC Stored Procedures using Spring JDBC. -
Uses of SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilderModifier and TypeMethodDescriptionSqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder.basic()SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.batch(boolean batch) Enables or disables batch mode.Enables or disables batch mode.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.dataSource(String dataSource) Sets the DataSource to use to communicate with the database.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.dataSource(DataSource dataSource) Sets the DataSource to use to communicate with the database.SqlStoredEndpointBuilderFactory.endpointBuilder(String componentName, String path) SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.function(boolean function) Whether this call is for a function.Whether this call is for a function.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.noop(boolean noop) If set, will ignore the results of the stored procedure template and use the existing IN message as the OUT message for the continuation of processing.If set, will ignore the results of the stored procedure template and use the existing IN message as the OUT message for the continuation of processing.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.outputHeader(String outputHeader) Store the template result in a header instead of the message body.SQL Stored Procedure (camel-sql) Perform SQL queries as a JDBC Stored Procedures using Spring JDBC.SQL Stored Procedure (camel-sql) Perform SQL queries as a JDBC Stored Procedures using Spring JDBC.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.useMessageBodyForTemplate(boolean useMessageBodyForTemplate) Whether to use the message body as the stored procedure template and then headers for parameters.SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.useMessageBodyForTemplate(String useMessageBodyForTemplate) Whether to use the message body as the stored procedure template and then headers for parameters.