Uses of Interface
org.apache.camel.builder.endpoint.dsl.JdbcEndpointBuilderFactory.JdbcEndpointBuilder
Packages that use JdbcEndpointBuilderFactory.JdbcEndpointBuilder
-
Uses of JdbcEndpointBuilderFactory.JdbcEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JdbcEndpointBuilderFactory.JdbcEndpointBuilderModifier and TypeMethodDescriptionJDBC (camel-jdbc) Access databases through SQL and JDBC.JDBC (camel-jdbc) Access databases through SQL and JDBC. -
Uses of JdbcEndpointBuilderFactory.JdbcEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JdbcEndpointBuilderFactory.JdbcEndpointBuilderModifier and TypeMethodDescriptionJdbcEndpointBuilderFactory.JdbcEndpointBuilder.allowNamedParameters(boolean allowNamedParameters) Whether to allow using named parameters in the queries.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.allowNamedParameters(String allowNamedParameters) Whether to allow using named parameters in the queries.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.basic()JdbcEndpointBuilderFactory.endpointBuilder(String componentName, String path) JDBC (camel-jdbc) Access databases through SQL and JDBC.JDBC (camel-jdbc) Access databases through SQL and JDBC.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.outputClass(String outputClass) Specify the full package and class name to use as conversion when outputType=SelectOne or SelectList.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.outputType(String outputType) Determines the output the producer should use.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.outputType(org.apache.camel.component.jdbc.JdbcOutputType outputType) Determines the output the producer should use.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.parameters(String key, Object value) Optional parameters to the java.sql.Statement.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.parameters(Map values) Optional parameters to the java.sql.Statement.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.readSize(int readSize) The default maximum number of rows that can be read by a polling query.The default maximum number of rows that can be read by a polling query.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.resetAutoCommit(boolean resetAutoCommit) Camel will set the autoCommit on the JDBC connection to be false, commit the change after executed the statement and reset the autoCommit flag of the connection at the end, if the resetAutoCommit is true.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.resetAutoCommit(String resetAutoCommit) Camel will set the autoCommit on the JDBC connection to be false, commit the change after executed the statement and reset the autoCommit flag of the connection at the end, if the resetAutoCommit is true.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.transacted(boolean transacted) Whether transactions are in use.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.transacted(String transacted) Whether transactions are in use.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.useGetBytesForBlob(boolean useGetBytesForBlob) To read BLOB columns as bytes instead of string data.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.useGetBytesForBlob(String useGetBytesForBlob) To read BLOB columns as bytes instead of string data.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.useHeadersAsParameters(boolean useHeadersAsParameters) Set this option to true to use the prepareStatementStrategy with named parameters.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.useHeadersAsParameters(String useHeadersAsParameters) Set this option to true to use the prepareStatementStrategy with named parameters.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.useJDBC4ColumnNameAndLabelSemantics(boolean useJDBC4ColumnNameAndLabelSemantics) Sets whether to use JDBC 4 or JDBC 3.0 or older semantic when retrieving column name.JdbcEndpointBuilderFactory.JdbcEndpointBuilder.useJDBC4ColumnNameAndLabelSemantics(String useJDBC4ColumnNameAndLabelSemantics) Sets whether to use JDBC 4 or JDBC 3.0 or older semantic when retrieving column name.