C E G I J O P S

C

createConsumer(Processor) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.jdbc.JdbcComponent
 
createEndpointUri() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
createProducer() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 

E

extractResultSetData(ResultSet) - Method in class org.apache.camel.component.jdbc.JdbcProducer
Extract the result from the ResultSet

G

getDataSource() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.jdbc.JdbcProducer
 
getParameters() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getReadSize() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 

I

isResetAutoCommit() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isSingleton() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isTransacted() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isUseJDBC4ColumnNameAndLabelSemantics() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 

J

JDBC_GENERATED_COLUMNS - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
String[] or int[] input header - optional Set it to specify the expected generated columns, see:
JDBC_GENERATED_KEYS_DATA - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
List> output header containing the generated keys retrieved
JDBC_GENERATED_KEYS_ROW_COUNT - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
int output header giving the number of rows of generated keys
JDBC_RETRIEVE_GENERATED_KEYS - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
Boolean input header.
JDBC_ROW_COUNT - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
 
JDBC_UPDATE_COUNT - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
 
JdbcComponent - Class in org.apache.camel.component.jdbc
 
JdbcComponent() - Constructor for class org.apache.camel.component.jdbc.JdbcComponent
 
JdbcComponent(CamelContext) - Constructor for class org.apache.camel.component.jdbc.JdbcComponent
 
JdbcConstants - Class in org.apache.camel.component.jdbc
JDBC Constants
JdbcEndpoint - Class in org.apache.camel.component.jdbc
 
JdbcEndpoint() - Constructor for class org.apache.camel.component.jdbc.JdbcEndpoint
 
JdbcEndpoint(String, Component, DataSource) - Constructor for class org.apache.camel.component.jdbc.JdbcEndpoint
 
JdbcProducer - Class in org.apache.camel.component.jdbc
 
JdbcProducer(JdbcEndpoint, DataSource, int, Map<String, Object>) - Constructor for class org.apache.camel.component.jdbc.JdbcProducer
 

O

org.apache.camel.component.jdbc - package org.apache.camel.component.jdbc
Defines an JDBC component that can bind to JDBC datasources.

P

process(Exchange) - Method in class org.apache.camel.component.jdbc.JdbcProducer
Execute sql of exchange and set results on output

S

setDataSource(DataSource) - Method in class org.apache.camel.component.jdbc.JdbcComponent
 
setDataSource(DataSource) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
setGeneratedKeys(Exchange, ResultSet) - Method in class org.apache.camel.component.jdbc.JdbcProducer
Sets the generated if any to the Exchange in headers : - JdbcConstants.JDBC_GENERATED_KEYS_ROW_COUNT : the row count of generated keys - JdbcConstants.JDBC_GENERATED_KEYS_DATA : the generated keys data
setParameters(Map<String, Object>) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
Optional parameters to the Statement.
setReadSize(int) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
setResetAutoCommit(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
setResultSet(Exchange, 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
 
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.

C E G I J O P S

Apache CAMEL