Skip navigation links
Camel :: JDBC 2.23.2.fuse-740011-redhat-00001
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
 
getDataSourceName() - 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
 
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
 
JdbcConstants - Class in org.apache.camel.component.jdbc
JDBC Constants
JdbcEndpoint - Class in org.apache.camel.component.jdbc
The jdbc component enables you to access databases through JDBC, where SQL queries are sent in the message body.
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(Connection, ResultSet, boolean, boolean) - Constructor for class org.apache.camel.component.jdbc.ResultSetIterator
 

S

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
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 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.

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 
Skip navigation links
Camel :: JDBC 2.23.2.fuse-740011-redhat-00001

Apache Camel