B C D G H I J M N O P R S V 

B

BeanRowMapper - Interface in org.apache.camel.component.jdbc
A mapper to map row names to java bean setter names, when using the outputClass option.

C

close() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
closeConnection() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
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

DefaultBeanRowMapper - Class in org.apache.camel.component.jdbc
The default BeanRowMapper will map row names to lower case names, but use a single upper case letter after underscores or dashes (which is skipped).
DefaultBeanRowMapper() - Constructor for class org.apache.camel.component.jdbc.DefaultBeanRowMapper
 
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
 

G

getBeanRowMapper() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getColumnNames() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
getDataSource() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.jdbc.JdbcProducer
 
getOutputClass() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getOutputType() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
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
 
hasNext() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 

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
 
JdbcOutputType - Enum in org.apache.camel.component.jdbc
 
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
 

M

map(String, Object) - Method in interface org.apache.camel.component.jdbc.BeanRowMapper
 
map(String, Object) - Method in class org.apache.camel.component.jdbc.DefaultBeanRowMapper
 
mapRowName(String) - Method in class org.apache.camel.component.jdbc.DefaultBeanRowMapper
 

N

next() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 

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

R

remove() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
ResultSetIterator - Class in org.apache.camel.component.jdbc
 
ResultSetIterator(ResultSet, boolean) - Constructor for class org.apache.camel.component.jdbc.ResultSetIterator
 

S

setAllowNamedParameters(boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
setBeanRowMapper(BeanRowMapper) - 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
setOutputClass(String) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
setOutputType(JdbcOutputType) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
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.

V

valueOf(String) - Static method in enum org.apache.camel.component.jdbc.JdbcOutputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.jdbc.JdbcOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
B C D G H I J M N O P R S V 

Apache Camel