C D E G H 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
 
createPopulateIterator(String, String, int, Exchange, Object) - Method in class org.apache.camel.component.jdbc.DefaultJdbcPrepareStatementStrategy
 
createPopulateIterator(String, String, int, Exchange, Object) - Method in interface org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy
Creates the iterator to use when setting query parameters on the prepared statement.
createProducer() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 

D

DefaultJdbcPrepareStatementStrategy - Class in org.apache.camel.component.jdbc
Default JdbcPrepareStatementStrategy which is a copy from the camel-sql component having this functionality first.
DefaultJdbcPrepareStatementStrategy() - Constructor for class org.apache.camel.component.jdbc.DefaultJdbcPrepareStatementStrategy
 

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
 
getPrepareStatementStrategy() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getReadSize() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 

H

hasNamedParameters(String) - Method in class org.apache.camel.component.jdbc.DefaultJdbcPrepareStatementStrategy
 

I

isAllowNamedParameters() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
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
 
isUseHeadersAsParameters() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isUseJDBC4ColumnNameAndLabelSemantics() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 

J

JDBC_COLUMN_NAMES - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
 
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_PARAMETERS - Static variable in class org.apache.camel.component.jdbc.JdbcConstants
 
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
 
JdbcPrepareStatementStrategy - Interface in org.apache.camel.component.jdbc
Strategy for preparing statements when executing SQL queries.
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

populateStatement(PreparedStatement, Iterator<?>, int) - Method in class org.apache.camel.component.jdbc.DefaultJdbcPrepareStatementStrategy
 
populateStatement(PreparedStatement, Iterator<?>, int) - Method in interface org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy
Populates the query parameters on the prepared statement
prepareQuery(String, boolean) - Method in class org.apache.camel.component.jdbc.DefaultJdbcPrepareStatementStrategy
 
prepareQuery(String, boolean) - Method in interface org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy
Prepares the query to be executed.
process(Exchange) - Method in class org.apache.camel.component.jdbc.JdbcProducer
Execute sql of exchange and set results on output

S

setAllowNamedParameters(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
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.
setPrepareStatementStrategy(JdbcPrepareStatementStrategy) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
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
 
setUseHeadersAsParameters(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 D E G H I J O P S 

Apache Camel