B C D F G H I J M N O P R S V 
All Classes All Packages

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.
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 

C

close() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
closeConnection() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.jdbc.JdbcComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpointConfigurer
 
ConnectionStrategy - Interface in org.apache.camel.component.jdbc
Pluggable strategy for working with Connection with the JdbcProducer.
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
 
createEndpoint(String, JdbcComponent, DataSource) - 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
 
DefaultConnectionStrategy - Class in org.apache.camel.component.jdbc
 
DefaultConnectionStrategy() - Constructor for class org.apache.camel.component.jdbc.DefaultConnectionStrategy
 
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
 

F

forEachRemaining(Consumer) - Method in class org.apache.camel.component.jdbc.StreamListIterator
 

G

getBeanRowMapper() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpointConfigurer
 
getColumnNames() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
getConnection(DataSource) - Method in interface org.apache.camel.component.jdbc.ConnectionStrategy
 
getConnection(DataSource) - Method in class org.apache.camel.component.jdbc.DefaultConnectionStrategy
 
getConnectionStrategy() - Method in class org.apache.camel.component.jdbc.JdbcComponent
 
getConnectionStrategy() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getDataSource() - Method in class org.apache.camel.component.jdbc.JdbcComponent
 
getDataSource() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getDataSourceName() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.jdbc.JdbcProducer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.jdbc.JdbcComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.jdbc.JdbcComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.jdbc.JdbcEndpointConfigurer
 
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
 
hasNext() - Method in class org.apache.camel.component.jdbc.StreamListIterator
 

I

isAllowNamedParameters() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isConnectionTransactional(Connection, DataSource) - Method in interface org.apache.camel.component.jdbc.ConnectionStrategy
 
isConnectionTransactional(Connection, DataSource) - Method in class org.apache.camel.component.jdbc.DefaultConnectionStrategy
 
isEnabled(String) - Method in class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 
isResetAutoCommit() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isTransacted() - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
 
isUseGetBytesForBlob() - 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
 
JdbcComponentConfigurer - Class in org.apache.camel.component.jdbc
Generated by camel build tools - do NOT edit this file!
JdbcComponentConfigurer() - Constructor for class org.apache.camel.component.jdbc.JdbcComponentConfigurer
 
JdbcConstants - Class in org.apache.camel.component.jdbc
JDBC Constants
JdbcEndpoint - Class in org.apache.camel.component.jdbc
Access databases through SQL and JDBC.
JdbcEndpoint() - Constructor for class org.apache.camel.component.jdbc.JdbcEndpoint
 
JdbcEndpoint(String, Component, DataSource) - Constructor for class org.apache.camel.component.jdbc.JdbcEndpoint
 
JdbcEndpointConfigurer - Class in org.apache.camel.component.jdbc
Generated by camel build tools - do NOT edit this file!
JdbcEndpointConfigurer() - Constructor for class org.apache.camel.component.jdbc.JdbcEndpointConfigurer
 
JdbcEndpointUriFactory - Class in org.apache.camel.component.jdbc
Generated by camel build tools - do NOT edit this file!
JdbcEndpointUriFactory() - Constructor for class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 
JdbcHelper - Class in org.apache.camel.component.jdbc
 
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, ConnectionStrategy, 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
 
multiValuePrefixes() - Method in class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 

N

newBeanInstance(CamelContext, String, BeanRowMapper, Map<String, Object>) - Static method in class org.apache.camel.component.jdbc.JdbcHelper
 
next() - Method in class org.apache.camel.component.jdbc.ResultSetIterator
 
next() - Method in class org.apache.camel.component.jdbc.StreamListIterator
 

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
propertyNames() - Method in class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 

R

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

S

secretPropertyNames() - Method in class org.apache.camel.component.jdbc.JdbcEndpointUriFactory
 
SelectList - org.apache.camel.component.jdbc.JdbcOutputType
 
SelectOne - org.apache.camel.component.jdbc.JdbcOutputType
 
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.
setConnectionStrategy(ConnectionStrategy) - Method in class org.apache.camel.component.jdbc.JdbcComponent
To use a custom strategy for working with connections.
setConnectionStrategy(ConnectionStrategy) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
To use a custom strategy for working with connections.
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
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
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
Optional parameters to the Statement.
setPrepareStatementStrategy(JdbcPrepareStatementStrategy) - Method in class org.apache.camel.component.jdbc.JdbcEndpoint
Allows the 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.
StreamList - org.apache.camel.component.jdbc.JdbcOutputType
 
StreamListIterator - Class in org.apache.camel.component.jdbc
 
StreamListIterator(CamelContext, String, BeanRowMapper, Iterator) - Constructor for class org.apache.camel.component.jdbc.StreamListIterator
 

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 F G H I J M N O P R S V 
All Classes All Packages