- setAllowNamedParameters(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Whether to allow using named parameters in the queries.
- setBeanRowMapper(BeanRowMapper) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.
- setDataSource(DataSource) - Method in class org.apache.camel.component.jdbc.JdbcComponent
-
To use the
DataSource
instance instead of looking up the data source by name from the registry.
- setDataSource(DataSource) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
The data source to use
- setDataSourceName(String) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Name of DataSource to lookup in the Registry.
- setGeneratedKeys(Exchange, Connection, ResultSet) - Method in class org.apache.camel.component.jdbc.JdbcProducer
-
- setOutputClass(String) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Specify the full package and class name to use as conversion when outputType=SelectOne or SelectList.
- setOutputType(JdbcOutputType) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Determines the output the producer should use.
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
- setPrepareStatementStrategy(JdbcPrepareStatementStrategy) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Allows to plugin to use a custom org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to control preparation of the query and prepared statement.
- setReadSize(int) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
The default maximum number of rows that can be read by a polling query.
- setResetAutoCommit(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
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.
- setResultSet(Exchange, Connection, ResultSet) - Method in class org.apache.camel.component.jdbc.JdbcProducer
-
Sets the result from the ResultSet to the Exchange as its OUT body.
- setTransacted(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Whether transactions are in use.
- setUseGetBytesForBlob(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
To read BLOB columns as bytes instead of string data.
- setUseHeadersAsParameters(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Set this option to true to use the prepareStatementStrategy with named parameters.
- setUseJDBC4ColumnNameAndLabelSemantics(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
-
Sets whether to use JDBC 4 or JDBC 3.0 or older semantic when retrieving column name.