Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractJdbcMessageIdRepository - Class in org.apache.camel.processor.idempotent.jdbc
Base class for JDBC-based idempotent repositories that allows the schema to be changed.
AbstractJdbcMessageIdRepository() - Constructor for class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
AbstractJdbcMessageIdRepository(DataSource, String) - Constructor for class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
AbstractJdbcMessageIdRepository(DataSource, TransactionTemplate, String) - Constructor for class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
AbstractJdbcMessageIdRepository(JdbcTemplate, TransactionTemplate) - Constructor for class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
add(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
add(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
add(CamelContext, String, Exchange) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
add(CamelContext, String, Exchange, Exchange) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
addBatch(Object, Exchange) - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
addBatch(Object, Exchange) - Method in interface org.apache.camel.component.sql.stored.StatementWrapper
 
addClassName(String) - Method in class org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper
 
addEscapes(String) - Static method in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addParameter(Object) - Method in class org.apache.camel.component.sql.stored.template.ast.Template
 
addParameter(CallableStatement, Map<String, ?>) - Method in class org.apache.camel.component.sql.stored.BatchCallableStatementCreatorFactory
 
adjustBeginLineColumn(int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allowSerializedHeaders - Variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 

B

backup(int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Backup a number of characters.
BATCH_TEMPLATE_CACHE_DEFAULT_SIZE - Static variable in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
BatchCallableStatementCreatorFactory - Class in org.apache.camel.component.sql.stored
 
BatchCallableStatementCreatorFactory(Template) - Constructor for class org.apache.camel.component.sql.stored.BatchCallableStatementCreatorFactory
 
beginColumn - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Start.
BODY - Static variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
bufcolumn - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
buffer - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
bufline - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
bufpos - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Position in buffer.
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.sql.SqlEndpointUriFactory
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 

C

call(WrapperExecuteCallback) - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
call(WrapperExecuteCallback) - Method in interface org.apache.camel.component.sql.stored.StatementWrapper
 
CallableStatementWrapper - Class in org.apache.camel.component.sql.stored
 
CallableStatementWrapper(String, CallableStatementWrapperFactory) - Constructor for class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
CallableStatementWrapperFactory - Class in org.apache.camel.component.sql.stored
Stateful class that cached template functions.
CallableStatementWrapperFactory(JdbcTemplate, TemplateParser, boolean) - Constructor for class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
clear() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
clear() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
close() - Method in class org.apache.camel.component.sql.ResultSetIterator
 
ClusteredJdbcAggregationRepository - Class in org.apache.camel.processor.aggregate.jdbc
JDBC based AggregationRepository JdbcAggregationRepository will only preserve any Serializable compatible data types.
ClusteredJdbcAggregationRepository() - Constructor for class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
Creates an aggregation repository
ClusteredJdbcAggregationRepository(PlatformTransactionManager, String, DataSource) - Constructor for class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
Creates an aggregation repository with the three mandatory parameters
ClusteredPostgresAggregationRepository - Class in org.apache.camel.processor.aggregate.jdbc
PostgreSQL specific JdbcAggregationRepository that deals with SQL Violation Exceptions using special INSERT INTO .. ON CONFLICT DO NOTHING claues.
ClusteredPostgresAggregationRepository() - Constructor for class org.apache.camel.processor.aggregate.jdbc.ClusteredPostgresAggregationRepository
Creates an aggregation repository
ClusteredPostgresAggregationRepository(PlatformTransactionManager, String, DataSource) - Constructor for class org.apache.camel.processor.aggregate.jdbc.ClusteredPostgresAggregationRepository
Creates an aggregation repository with the three mandatory parameters
codec - Variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
column - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
COMMA - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
commit(DefaultSqlEndpoint, Exchange, Object, JdbcTemplate, String) - Method in class org.apache.camel.component.sql.DefaultSqlProcessingStrategy
 
commit(DefaultSqlEndpoint, Exchange, Object, JdbcTemplate, String) - Method in interface org.apache.camel.component.sql.SqlProcessingStrategy
Commit callback if there are a query to be run after processing.
commit(DefaultSqlEndpoint, Exchange, Object, NamedParameterJdbcTemplate, SqlParameterSource, String) - Method in interface org.apache.camel.component.sql.SqlNamedProcessingStrategy
Commit callback if there are a query to be run after processing.
commitBatchComplete(DefaultSqlEndpoint, JdbcTemplate, String) - Method in class org.apache.camel.component.sql.DefaultSqlProcessingStrategy
 
commitBatchComplete(DefaultSqlEndpoint, JdbcTemplate, String) - Method in interface org.apache.camel.component.sql.SqlProcessingStrategy
Commit callback when the batch is complete.
commitBatchComplete(DefaultSqlEndpoint, NamedParameterJdbcTemplate, SqlParameterSource, String) - Method in interface org.apache.camel.component.sql.SqlNamedProcessingStrategy
Commit callback when the batch is complete.
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.sql.SqlComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.sql.SqlEndpointConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointConfigurer
 
confirm(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
confirm(CamelContext, String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
confirmWithResult(CamelContext, String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
contains(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
contains(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
create(String) - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
createConsumer(Processor) - Method in class org.apache.camel.component.sql.SqlEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.sql.SqlComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.sql.stored.SqlStoredComponent
 
createEndpointUri() - Method in class org.apache.camel.component.sql.SqlEndpoint
 
createEndpointUri() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
createExchange(Object) - Method in class org.apache.camel.component.sql.SqlConsumer
 
createInParameterIterator(Object) - Static method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
createPopulateIterator(String, String, int, Exchange, Object) - Method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
createPopulateIterator(String, String, int, Exchange, Object) - Method in interface org.apache.camel.component.sql.SqlPrepareStatementStrategy
Creates the iterator to use when setting query parameters on the prepared statement.
createProducer() - Method in class org.apache.camel.component.sql.SqlEndpoint
 
createProducer() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
createTransactionTemplate(DataSource) - Static method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
Creates the transaction template
curChar - Variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
 
currentToken - Variable in exception org.apache.camel.component.sql.stored.template.generated.ParseException
This is the last token that has been consumed successfully.

D

dataSource - Variable in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
debugStream - Variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Debug output.
DEFAULT - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
Lexical state.
DEFAULT_CLEAR_STRING - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DEFAULT_CREATE_STRING - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DEFAULT_DELETE_STRING - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DEFAULT_INSERT_STRING - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DEFAULT_QUERY_STRING - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DEFAULT_TABLE_EXISTS_STRING - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DEFAULT_TABLENAME - Static variable in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
DefaultJdbcOptimisticLockingExceptionMapper - Class in org.apache.camel.processor.aggregate.jdbc
A default JdbcOptimisticLockingExceptionMapper which checks the caused exception (and its nested) whether any of them is a constraint violation exception.
DefaultJdbcOptimisticLockingExceptionMapper() - Constructor for class org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper
 
DefaultRowMapperFactory - Class in org.apache.camel.component.sql
DefaultRowMapperFactory() - Constructor for class org.apache.camel.component.sql.DefaultRowMapperFactory
 
DefaultSqlEndpoint - Class in org.apache.camel.component.sql
Base class for SQL endpoints.
DefaultSqlEndpoint() - Constructor for class org.apache.camel.component.sql.DefaultSqlEndpoint
 
DefaultSqlEndpoint(String, Component) - Constructor for class org.apache.camel.component.sql.DefaultSqlEndpoint
 
DefaultSqlPrepareStatementStrategy - Class in org.apache.camel.component.sql
Default SqlPrepareStatementStrategy that supports named query parameters as well index based.
DefaultSqlPrepareStatementStrategy() - Constructor for class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
DefaultSqlPrepareStatementStrategy(char) - Constructor for class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
DefaultSqlProcessingStrategy - Class in org.apache.camel.component.sql
 
DefaultSqlProcessingStrategy(SqlPrepareStatementStrategy) - Constructor for class org.apache.camel.component.sql.DefaultSqlProcessingStrategy
 
delete() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
Operations that deletes all the rows
delete() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
delete() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
delete(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
Operations that deletes the key if it exists
delete(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
delete(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
DIGIT - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
disable_tracing() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Disable tracing.
doInit() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
doInit() - Method in class org.apache.camel.component.sql.SqlConsumer
 
doInit() - Method in class org.apache.camel.component.sql.SqlProducer
 
doInit() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
doInit() - Method in class org.apache.camel.component.sql.stored.SqlStoredProducer
 
doInit() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
doInit() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
doInit() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
doInit() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
Done() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reset buffer when finished.
doShutdown() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
doStart() - Method in class org.apache.camel.component.sql.SqlConsumer
 
doStart() - Method in class org.apache.camel.component.sql.SqlProducer
 
doStart() - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
doStart() - Method in class org.apache.camel.component.sql.stored.SqlStoredProducer
 
doStart() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
doStart() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
doStart() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
doStart() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
doStop() - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
doStop() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
doStop() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
doStop() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 

E

enable_tracing() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Enable tracing.
endColumn - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
End of File.
EOL - Static variable in exception org.apache.camel.component.sql.stored.template.generated.ParseException
The end of line string for this machine.
eval(Exchange, Object) - Method in interface org.apache.camel.component.sql.stored.template.ast.ValueExtractor
 
EXCHANGE - Static variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
execute(StatementWrapper) - Method in interface org.apache.camel.component.sql.stored.WrapperExecuteCallback
 
execute(Exchange, Object) - Method in class org.apache.camel.component.sql.stored.TemplateStoredProcedure
 
executeBatch() - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
executeBatch() - Method in interface org.apache.camel.component.sql.stored.StatementWrapper
 
executeStatement() - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
executeStatement() - Method in interface org.apache.camel.component.sql.stored.StatementWrapper
 
ExpandBuff(boolean) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.camel.component.sql.stored.template.generated.ParseException
Each entry in this array is an array of integers.

F

FillBuff() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 

G

generateParseException() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Generate ParseException.
get(CamelContext, String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getAutowiredNames() - Method in class org.apache.camel.component.sql.SqlComponentConfigurer
 
getAutowiredNames() - Method in class org.apache.camel.component.sql.SqlEndpointConfigurer
 
getAutowiredNames() - Method in class org.apache.camel.component.sql.stored.SqlStoredComponentConfigurer
 
getBeginColumn() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Get token beginning line number.
getClearString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.sql.SqlEndpointConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointConfigurer
 
getColumn() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Deprecated. 
getCreateString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getDataSource() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getDataSource() - Method in class org.apache.camel.component.sql.SqlComponent
 
getDataSource() - Method in class org.apache.camel.component.sql.stored.SqlStoredComponent
 
getDataSource() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
getDataSource() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
getDeadLetterUri() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getDeleteString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getEndColumn() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Get token end line number.
getEndpoint() - Method in class org.apache.camel.component.sql.SqlConsumer
 
getEndpoint() - Method in class org.apache.camel.component.sql.SqlProducer
 
getEndpoint() - Method in class org.apache.camel.component.sql.stored.SqlStoredProducer
 
getExpectedUpdateCount() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getExpectedUpdateCount() - Method in class org.apache.camel.component.sql.SqlConsumer
 
getHeadersToStoreAsText() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getHitCount() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
GetImage() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Get token literal value.
getInsertString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getInstanceId() - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
getJdbcOptimisticLockingExceptionMapper() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getJdbcTemplate() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getJdbcTemplate() - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
getJdbcTemplate() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
getJdbcTemplate() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
getKeys() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getKeys(String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Returns the keys in the given repository
getLine() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Deprecated. 
getLobHandler() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getLockKeepAliveIntervalMillis() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
getLockMaxAgeMillis() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
getMaximumRedeliveries() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getMaxMessagesPerPoll() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getMessage() - Method in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMissCount() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
getName() - Method in class org.apache.camel.component.sql.stored.template.ast.InParameter
 
getNextToken() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Get the next Token.
getNextToken() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Get the next Token.
getOnConsume() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getOnConsume() - Method in class org.apache.camel.component.sql.SqlConsumer
 
getOnConsumeBatchComplete() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getOnConsumeBatchComplete() - Method in class org.apache.camel.component.sql.SqlConsumer
 
getOnConsumeFailed() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getOnConsumeFailed() - Method in class org.apache.camel.component.sql.SqlConsumer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.sql.SqlComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.sql.SqlEndpointConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.sql.SqlComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.sql.SqlEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointConfigurer
 
getOutputClass() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getOutputHeader() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getOutputHeader() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
getOutputType() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getOutValueMapKey() - Method in class org.apache.camel.component.sql.stored.template.ast.InOutParameter
 
getOutValueMapKey() - Method in class org.apache.camel.component.sql.stored.template.ast.OutParameter
 
getParameterList() - Method in class org.apache.camel.component.sql.stored.template.ast.Template
 
getParametersCount() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getPlaceholder() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getPrepareStatementStrategy() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getProcedureName() - Method in class org.apache.camel.component.sql.stored.template.ast.Template
 
getProcessingStrategy() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getProcessorName() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
getProcessorNameMessageIdSet() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
getPropagationBehavior() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getQuery() - Method in class org.apache.camel.component.sql.SqlEndpoint
 
getQueryAllString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
getQueryString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getRecoveryIntervalInMillis() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getRepositoryName() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getRepositoryNameCompleted() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
getRowMapperFactory() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getRowMapperFactory() - Method in class org.apache.camel.component.sql.SqlComponent
 
getScale() - Method in class org.apache.camel.component.sql.stored.template.ast.InOutParameter
 
getScale() - Method in class org.apache.camel.component.sql.stored.template.ast.InParameter
 
getScale() - Method in class org.apache.camel.component.sql.stored.template.ast.OutParameter
 
getSeparator() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getSqlParameterList() - Method in class org.apache.camel.component.sql.stored.BatchCallableStatementCreatorFactory
 
getSqlType() - Method in class org.apache.camel.component.sql.stored.template.ast.InOutParameter
 
getSqlType() - Method in class org.apache.camel.component.sql.stored.template.ast.InParameter
 
getSqlType() - Method in class org.apache.camel.component.sql.stored.template.ast.OutParameter
 
GetSuffix(int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Get the suffix.
getTableExistsString() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getTableName() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
getTabSize() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
getTemplate() - Method in class org.apache.camel.component.sql.stored.BatchCallableStatementCreatorFactory
 
getTemplate() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
getTemplate() - Method in class org.apache.camel.component.sql.stored.TemplateStoredProcedure
 
getTemplateForBatch(String) - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
getTemplateOptions() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
getTemplateOptions() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
getTemplateStoredProcedure(String) - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
getToken(int) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Get the specific Token.
getTransactionTemplate() - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
getTypeName() - Method in class org.apache.camel.component.sql.stored.template.ast.InOutParameter
 
getTypeName() - Method in class org.apache.camel.component.sql.stored.template.ast.InParameter
 
getTypeName() - Method in class org.apache.camel.component.sql.stored.template.ast.OutParameter
 
getUpdateCount() - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
getUpdateCount() - Method in interface org.apache.camel.component.sql.stored.StatementWrapper
 
getUpdateTimestampQuery() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
getValue() - Method in class org.apache.camel.component.sql.stored.template.generated.Token
An optional attribute value of the Token.
getValueExtractor() - Method in class org.apache.camel.component.sql.stored.template.ast.InOutParameter
 
getValueExtractor() - Method in class org.apache.camel.component.sql.stored.template.ast.InParameter
 
getWrapperFactory() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 

H

hasHeadersToStoreAsText() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
hasNamedParameters(String) - Method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
hasNext() - Method in class org.apache.camel.component.sql.ResultSetIterator
 
hasParameter(String, Exchange, Object) - Static method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 

I

ID - Static variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
IDENTIFIER - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
image - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
The string image of the token.
inBuf - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
InOutParameter - Class in org.apache.camel.component.sql.stored.template.ast
 
InOutParameter(int, Token, Integer, String, String) - Constructor for class org.apache.camel.component.sql.stored.template.ast.InOutParameter
 
InOutParameter() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
InParameter - Class in org.apache.camel.component.sql.stored.template.ast
 
InParameter(String, int, Token, Integer, String) - Constructor for class org.apache.camel.component.sql.stored.template.ast.InParameter
 
InParameter() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
InParameterSrc() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
input_stream - Variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
 
inputStream - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
insert(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
Operation that inserts the key if it does not already exist
insert(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
insert(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
insert(CamelContext, String, Exchange, String, Long) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Inserts a new record into the given repository table.
insert(CamelContext, String, Exchange, String, Long) - Method in class org.apache.camel.processor.aggregate.jdbc.PostgresAggregationRepository
Inserts a new record into the given repository table
insert(CamelContext, String, Exchange, String, Long, boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
Inserts a new record into the given repository table.
insert(CamelContext, String, Exchange, String, Long, boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredPostgresAggregationRepository
Inserts a new record into the given repository table
insertHelper(CamelContext, String, Exchange, String, Long) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
insertHelper(CamelContext, String, Exchange, String, Long, boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
INVALID_LEXICAL_STATE - Static variable in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Tried to change to an invalid lexical state.
isAllowNamedParameters() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isAllowSerializedHeaders() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
isAlwaysPopulateStatement() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isBatch() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isBatch() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
isBreakBatchOnConsumeFail() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isBreakBatchOnConsumeFail() - Method in class org.apache.camel.component.sql.SqlConsumer
 
isConstraintViolation(SQLException) - Static method in class org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper
 
isCreateTableIfNotExists() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
isEnabled(String) - Method in class org.apache.camel.component.sql.SqlEndpointUriFactory
 
isEnabled(String) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 
isFunction() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.sql.SqlEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 
isNoop() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isNoop() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
isOptimisticLocking(Exception) - Method in class org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper
 
isOptimisticLocking(Exception) - Method in interface org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper
Checks the caused exception whether its to be considered as an OptimisticLockingAggregationRepository.OptimisticLockingException.
isRecoveryByInstance() - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
isReturnOldExchange() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
isRouteEmptyResultSet() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isRouteEmptyResultSet() - Method in class org.apache.camel.component.sql.SqlConsumer
 
isStoreBodyAsText() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
isTransacted() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isUseIterator() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isUseIterator() - Method in class org.apache.camel.component.sql.SqlConsumer
 
isUseMessageBodyForSql() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isUseMessageBodyForTemplate() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
isUsePlaceholder() - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
isUsePlaceholder() - Method in class org.apache.camel.component.sql.SqlComponent
 
isUseRecovery() - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 

J

JdbcAggregationRepository - Class in org.apache.camel.processor.aggregate.jdbc
JDBC based AggregationRepository JdbcAggregationRepository will only preserve any Serializable compatible data types.
JdbcAggregationRepository() - Constructor for class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Creates an aggregation repository
JdbcAggregationRepository(PlatformTransactionManager, String, DataSource) - Constructor for class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Creates an aggregation repository with the three mandatory parameters
JdbcCachedMessageIdRepository - Class in org.apache.camel.processor.idempotent.jdbc
Caching version of JdbcMessageIdRepository
JdbcCachedMessageIdRepository() - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
JdbcCachedMessageIdRepository(DataSource, String) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
JdbcCachedMessageIdRepository(DataSource, TransactionTemplate, String) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
JdbcCachedMessageIdRepository(JdbcTemplate, TransactionTemplate) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
JdbcCamelCodec - Class in org.apache.camel.processor.aggregate.jdbc
Adapted from HawtDBCamelCodec
JdbcCamelCodec() - Constructor for class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec
 
JdbcMessageIdRepository - Class in org.apache.camel.processor.idempotent.jdbc
Default implementation of AbstractJdbcMessageIdRepository
JdbcMessageIdRepository() - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
JdbcMessageIdRepository(DataSource, String) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
JdbcMessageIdRepository(DataSource, TransactionTemplate, String) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
JdbcMessageIdRepository(JdbcTemplate, TransactionTemplate) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
JdbcOptimisticLockingExceptionMapper - Interface in org.apache.camel.processor.aggregate.jdbc
Mapper allowing different JDBC vendors to be mapped with vendor specific error codes to an OptimisticLockingAggregationRepository.OptimisticLockingException}.
JdbcOrphanLockAwareIdempotentRepository - Class in org.apache.camel.processor.idempotent.jdbc
Implementation of AbstractJdbcMessageIdRepository which handles orphan locks resulting from jvm crash.
JdbcOrphanLockAwareIdempotentRepository(DataSource, String, CamelContext) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
JdbcOrphanLockAwareIdempotentRepository(DataSource, TransactionTemplate, String, CamelContext) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
JdbcOrphanLockAwareIdempotentRepository(CamelContext) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
JdbcOrphanLockAwareIdempotentRepository(JdbcTemplate, TransactionTemplate, CamelContext) - Constructor for class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
jdbcTemplate - Variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
jdbcTemplate - Variable in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
jj_nt - Variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Next token.
jjFillToken() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
 
jjnewLexState - Static variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Token literal values.

K

kind - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
An integer that describes the kind of this token.

L

LETTER - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Lexer state names.
line - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
log - Variable in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
lookupParameter(String, Exchange, Object) - Static method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
LOOP_DETECTED - Static variable in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

marshallExchange(Exchange, boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec
 
marshallExchange(Exchange, boolean, OutputStream) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec
 
maxNextCharInd - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
multiValuePrefixes() - Method in class org.apache.camel.component.sql.SqlEndpointUriFactory
 
multiValuePrefixes() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 

N

newBeanRowMapper(Class<?>) - Method in class org.apache.camel.component.sql.DefaultRowMapperFactory
 
newBeanRowMapper(Class<?>) - Method in interface org.apache.camel.component.sql.RowMapperFactory
Creates a new bean based row mapper
newCallableStatementCreator(Map<String, ?>) - Method in class org.apache.camel.component.sql.stored.BatchCallableStatementCreatorFactory
 
newColumnRowMapper() - Method in class org.apache.camel.component.sql.DefaultRowMapperFactory
 
newColumnRowMapper() - Method in interface org.apache.camel.component.sql.RowMapperFactory
Creates a new column based row mapper
newToken(int) - Static method in class org.apache.camel.component.sql.stored.template.generated.Token
 
newToken(int, String) - Static method in class org.apache.camel.component.sql.stored.template.generated.Token
Returns a new Token object, by default.
next - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.camel.component.sql.ResultSetIterator
 
NUMBER - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.

O

onDone(Exchange) - Method in class org.apache.camel.component.sql.ResultSetIteratorCompletion
 
org.apache.camel.component.sql - package org.apache.camel.component.sql
Defines an SQL component that can bind to JDBC datasources and execute SQL queries that are exposed as endpoints.
org.apache.camel.component.sql.stored - package org.apache.camel.component.sql.stored
 
org.apache.camel.component.sql.stored.template - package org.apache.camel.component.sql.stored.template
 
org.apache.camel.component.sql.stored.template.ast - package org.apache.camel.component.sql.stored.template.ast
 
org.apache.camel.component.sql.stored.template.generated - package org.apache.camel.component.sql.stored.template.generated
 
org.apache.camel.processor.aggregate.jdbc - package org.apache.camel.processor.aggregate.jdbc
 
org.apache.camel.processor.idempotent.jdbc - package org.apache.camel.processor.idempotent.jdbc
 
OutHeader() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
OutParameter - Class in org.apache.camel.component.sql.stored.template.ast
 
OutParameter(int, String, Integer, String) - Constructor for class org.apache.camel.component.sql.stored.template.ast.OutParameter
 
OutParameter() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 

P

Parameter() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
PARAMETER_NAME - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
PARAMETER_POS_TOKEN - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
ParameterName() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
ParameterSqlType() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
parse() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
ParseException - Exception in org.apache.camel.component.sql.stored.template.generated
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception org.apache.camel.component.sql.stored.template.generated.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.camel.component.sql.stored.template.generated.ParseException
Constructor with message.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.camel.component.sql.stored.template.generated.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseHelper - Class in org.apache.camel.component.sql.stored.template.ast
 
ParseRuntimeException - Exception in org.apache.camel.component.sql.stored.template.ast
 
ParseRuntimeException(String) - Constructor for exception org.apache.camel.component.sql.stored.template.ast.ParseRuntimeException
 
ParseRuntimeException(String, Throwable) - Constructor for exception org.apache.camel.component.sql.stored.template.ast.ParseRuntimeException
 
ParseRuntimeException(Throwable) - Constructor for exception org.apache.camel.component.sql.stored.template.ast.ParseRuntimeException
 
parseScale(Token) - Static method in class org.apache.camel.component.sql.stored.template.ast.ParseHelper
 
parseSqlType(Token, ClassResolver) - Static method in class org.apache.camel.component.sql.stored.template.ast.ParseHelper
 
parseTemplate(String) - Method in class org.apache.camel.component.sql.stored.template.TemplateParser
 
poll() - Method in class org.apache.camel.component.sql.SqlConsumer
 
populateStatement(Object, Exchange) - Method in class org.apache.camel.component.sql.stored.CallableStatementWrapper
 
populateStatement(Object, Exchange) - Method in interface org.apache.camel.component.sql.stored.StatementWrapper
 
populateStatement(PreparedStatement, Iterator<?>, int) - Method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
populateStatement(PreparedStatement, Iterator<?>, int) - Method in interface org.apache.camel.component.sql.SqlPrepareStatementStrategy
Populates the query parameters on the prepared statement
PostgresAggregationRepository - Class in org.apache.camel.processor.aggregate.jdbc
PostgreSQL specific JdbcAggregationRepository that deals with SQL Violation Exceptions using special INSERT INTO .. ON CONFLICT DO NOTHING claues.
PostgresAggregationRepository() - Constructor for class org.apache.camel.processor.aggregate.jdbc.PostgresAggregationRepository
Creates an aggregation repository
PostgresAggregationRepository(PlatformTransactionManager, String, DataSource) - Constructor for class org.apache.camel.processor.aggregate.jdbc.PostgresAggregationRepository
Creates an aggregation repository with the three mandatory parameters
prepareQuery(String, boolean, Exchange) - Method in class org.apache.camel.component.sql.DefaultSqlPrepareStatementStrategy
 
prepareQuery(String, boolean, Exchange) - Method in interface org.apache.camel.component.sql.SqlPrepareStatementStrategy
Prepares the query to be executed.
prevCharIsCR - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
PROCEDURE_BEGIN - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
PROCEDURE_END - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
process(Exchange) - Method in class org.apache.camel.component.sql.SqlProducer
 
process(Exchange) - Method in class org.apache.camel.component.sql.stored.SqlStoredProducer
 
processBatch(Queue<Object>) - Method in class org.apache.camel.component.sql.SqlConsumer
 
processorName - Variable in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
processStreamList(Exchange, PreparedStatementCreator, String, String) - Method in class org.apache.camel.component.sql.SqlProducer
 
propertyNames() - Method in class org.apache.camel.component.sql.SqlEndpointUriFactory
 
propertyNames() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 

Q

queryForInt(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
Operation that returns the number of rows, if any, for the specified key
queryForInt(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
queryForInt(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
queryForList(ResultSet, boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
queryForObject(ResultSet) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
queryForStreamList(Connection, Statement, ResultSet) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 

R

readChar() - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Read a character.
recover(CamelContext, String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
ReInit(InputStream) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Reinitialise parser.
ReInit(SSPTParserTokenManager) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Reinitialise.
reload() - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
remove(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
remove(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
remove(CamelContext, String, Exchange) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
remove(CamelContext, String, Exchange) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
removeQuotes(String) - Static method in class org.apache.camel.component.sql.stored.template.ast.ParseHelper
 
resolvePlaceholders(String, String) - Static method in class org.apache.camel.component.sql.SqlHelper
 
resolveQuery(CamelContext, String, String) - Static method in class org.apache.camel.component.sql.SqlHelper
Resolve the query by loading the query from the classpath or file resource if needed.
ResultSetIterator - Class in org.apache.camel.component.sql
 
ResultSetIterator(Connection, Statement, ResultSet, RowMapper<?>) - Constructor for class org.apache.camel.component.sql.ResultSetIterator
 
ResultSetIteratorCompletion - Class in org.apache.camel.component.sql
 
ResultSetIteratorCompletion(ResultSetIterator) - Constructor for class org.apache.camel.component.sql.ResultSetIteratorCompletion
 
RowMapperFactory - Interface in org.apache.camel.component.sql
Factory for creating RowMapper.

S

Scale() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
SCALE - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
scan(CamelContext) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
scan(CamelContext) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
secretPropertyNames() - Method in class org.apache.camel.component.sql.SqlEndpointUriFactory
 
secretPropertyNames() - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 
SelectList - Enum constant in enum class org.apache.camel.component.sql.SqlOutputType
 
SelectOne - Enum constant in enum class org.apache.camel.component.sql.SqlOutputType
 
SEPARATOR - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
setAllowNamedParameters(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Whether to allow using named parameters in the queries.
setAllowSerializedHeaders(boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
setAlwaysPopulateStatement(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
If enabled then the populateStatement method from org.apache.camel.component.sql.SqlPrepareStatementStrategy is always invoked, also if there is no expected parameters to be prepared.
setAlwaysPopulateStatement(boolean) - Method in class org.apache.camel.component.sql.SqlConsumer
 
setBatch(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Enables or disables batch mode
setBatch(boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setBreakBatchOnConsumeFail(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets whether to break batch if onConsume failed.
setBreakBatchOnConsumeFail(boolean) - Method in class org.apache.camel.component.sql.SqlConsumer
Sets whether to break batch if onConsume failed.
setClassNames(Set<String>) - Method in class org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper
 
setClearString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setCreateString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setCreateTableIfNotExists(boolean) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setDataSource(DataSource) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets the DataSource to use to communicate with the database.
setDataSource(DataSource) - Method in class org.apache.camel.component.sql.SqlComponent
Sets the DataSource to use to communicate with the database.
setDataSource(DataSource) - Method in class org.apache.camel.component.sql.stored.SqlStoredComponent
Sets the DataSource to use to communicate with the database.
setDataSource(DataSource) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setDataSource(DataSource) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Sets the DataSource to use for accessing the database
setDataSource(DataSource) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
setDeadLetterUri(String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
An endpoint uri for a Dead Letter Channel where exhausted recovered Exchanges will be moved.
setDebugStream(PrintStream) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Set debug output.
setDeleteString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setExpectedUpdateCount(int) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets an expected update count to validate when using onConsume.
setExpectedUpdateCount(int) - Method in class org.apache.camel.component.sql.SqlConsumer
Sets an expected update count to validate when using onConsume.
setFunction(boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setHeadersToStoreAsText(List<String>) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Allows to store headers as String which is human readable.
setInsertString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setInstanceId(String) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
setJdbcCamelCodec(JdbcCamelCodec) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
setJdbcOptimisticLockingExceptionMapper(JdbcOptimisticLockingExceptionMapper) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
setJdbcTemplate(JdbcTemplate) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
 
setJdbcTemplate(JdbcTemplate) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setJdbcTemplate(JdbcTemplate) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
setLobHandler(LobHandler) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Sets a custom LobHandler to use
setLockKeepAliveIntervalMillis(long) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
setLockMaxAgeMillis(long) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
setMaximumRedeliveries(int) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets the maximum number of messages to poll
setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.sql.SqlConsumer
 
setNoop(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
If set, will ignore the results of the SQL query and use the existing IN message as the OUT message for the continuation of processing
setNoop(boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setOnConsume(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
After processing each row then this query can be executed, if the Exchange was processed successfully, for example to mark the row as processed.
setOnConsume(String) - Method in class org.apache.camel.component.sql.SqlConsumer
Sets a SQL to execute when the row has been successfully processed.
setOnConsumeBatchComplete(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
After processing the entire batch, this query can be executed to bulk update rows etc.
setOnConsumeBatchComplete(String) - Method in class org.apache.camel.component.sql.SqlConsumer
 
setOnConsumeFailed(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
After processing each row then this query can be executed, if the Exchange failed, for example to mark the row as failed.
setOnConsumeFailed(String) - Method in class org.apache.camel.component.sql.SqlConsumer
Sets a SQL to execute when the row failed being processed.
setOutputClass(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Specify the full package and class name to use as conversion when outputType=SelectOne.
setOutputHeader(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Store the query result in a header instead of the message body.
setOutputHeader(String) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setOutputType(SqlOutputType) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Make the output of consumer or producer to SelectList as List of Map, or SelectOne as single Java object in the following way: a) If the query has only single column, then that JDBC Column object is returned.
setParametersCount(int) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
If set greater than zero, then Camel will use this count value of parameters to replace instead of querying via JDBC metadata API.
setParametersCount(int) - Method in class org.apache.camel.component.sql.SqlConsumer
 
setParametersCount(int) - Method in class org.apache.camel.component.sql.SqlProducer
 
setPlaceholder(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Specifies a character that will be replaced to ? in SQL query.
setPrepareStatementStrategy(SqlPrepareStatementStrategy) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Allows to plugin to use a custom org.apache.camel.component.sql.SqlPrepareStatementStrategy to control preparation of the query and prepared statement.
setProcedureName(String) - Method in class org.apache.camel.component.sql.stored.template.ast.Template
 
setProcessingStrategy(SqlProcessingStrategy) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Allows to plugin to use a custom org.apache.camel.component.sql.SqlProcessingStrategy to execute queries when the consumer has processed the rows/batch.
setProcessorName(String) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
setPropagationBehavior(int) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Sets propagation behavior to use with spring transaction templates which are used for database access.
setPropagationBehaviorName(String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Sets propagation behavior to use with spring transaction templates which are used for database access.
setQuery(String) - Method in class org.apache.camel.component.sql.SqlEndpoint
Sets the SQL query to perform.
setQueryAllString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcCachedMessageIdRepository
 
setQueryString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setRecoveryByInstance(boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.ClusteredJdbcAggregationRepository
 
setRecoveryInterval(long) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
setRecoveryInterval(long, TimeUnit) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
If recovery is enabled then a background task is run every x'th time to scan for failed exchanges to recover and resubmit.
setRepositoryName(String) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Sets the name of the repository
setReturnOldExchange(boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Whether the get operation should return the old existing Exchange if any existed.
setRouteEmptyResultSet(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets whether empty resultset should be allowed to be sent to the next hop.
setRouteEmptyResultSet(boolean) - Method in class org.apache.camel.component.sql.SqlConsumer
Sets whether empty resultset should be allowed to be sent to the next hop.
setRowMapperFactory(RowMapperFactory) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Factory for creating RowMapper
setRowMapperFactory(RowMapperFactory) - Method in class org.apache.camel.component.sql.SqlComponent
Factory for creating RowMapper
setSeparator(char) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
The separator to use when parameter values is taken from message body (if the body is a String type), to be inserted at # placeholders.
setStoreBodyAsText(boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Whether to store the message body as String which is human readable.
setTableExistsString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
 
setTableName(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
To use a custom table name instead of the default name: CAMEL_MESSAGEPROCESSED
setTabSize(int) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
setTemplate(String) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setTemplateOptions(Map<String, Object>) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Configures the Spring JdbcTemplate with the key/values from the Map
setTemplateOptions(Map<String, Object>) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setTransacted(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Enables or disables transaction.
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
setUpdateTimestampQuery(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcOrphanLockAwareIdempotentRepository
 
setUseIterator(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets how resultset should be delivered to route.
setUseIterator(boolean) - Method in class org.apache.camel.component.sql.SqlConsumer
Sets how resultset should be delivered to route.
setUseMessageBodyForSql(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Whether to use the message body as the SQL and then headers for parameters.
setUseMessageBodyForTemplate(boolean) - Method in class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
setUsePlaceholder(boolean) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
Sets whether to use placeholder and replace all placeholder characters with ? sign in the SQL queries.
setUsePlaceholder(boolean) - Method in class org.apache.camel.component.sql.SqlComponent
Sets whether to use placeholder and replace all placeholder characters with ? sign in the SQL queries.
setUseRecovery(boolean) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Whether or not recovery is enabled.
SIMPLE_EXP_TOKEN - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
SimpleCharStream - Class in org.apache.camel.component.sql.stored.template.generated
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Constructor.
SPECIAL - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
specialToken - Variable in class org.apache.camel.component.sql.stored.template.generated.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQL_GENERATED_COLUMNS - Static variable in class org.apache.camel.component.sql.SqlConstants
String[] or int[] input header - optional Set it to specify the expected generated columns, see:
SQL_GENERATED_KEYS_DATA - Static variable in class org.apache.camel.component.sql.SqlConstants
List<Map<String, Object>> output header containing the generated keys retrieved
SQL_GENERATED_KEYS_ROW_COUNT - Static variable in class org.apache.camel.component.sql.SqlConstants
int output header giving the number of rows of generated keys
SQL_PARAMETERS - Static variable in class org.apache.camel.component.sql.SqlConstants
The SQL parameters when using the option useMessageBodyForSql
SQL_QUERY - Static variable in class org.apache.camel.component.sql.SqlConstants
 
SQL_RETRIEVE_GENERATED_KEYS - Static variable in class org.apache.camel.component.sql.SqlConstants
Boolean input header.
SQL_ROW_COUNT - Static variable in class org.apache.camel.component.sql.SqlConstants
 
SQL_STORED_PARAMETERS - Static variable in class org.apache.camel.component.sql.stored.SqlStoredConstants
 
SQL_STORED_TEMPLATE - Static variable in class org.apache.camel.component.sql.stored.SqlStoredConstants
 
SQL_STORED_UPDATE_COUNT - Static variable in class org.apache.camel.component.sql.stored.SqlStoredConstants
 
SQL_UPDATE_COUNT - Static variable in class org.apache.camel.component.sql.SqlConstants
 
SqlComponent - Class in org.apache.camel.component.sql
The SQL Component is for working with databases using JDBC queries.
SqlComponent() - Constructor for class org.apache.camel.component.sql.SqlComponent
 
SqlComponent(Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.sql.SqlComponent
 
SqlComponent(CamelContext) - Constructor for class org.apache.camel.component.sql.SqlComponent
 
SqlComponent(CamelContext, Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.sql.SqlComponent
 
SqlComponentConfigurer - Class in org.apache.camel.component.sql
Generated by camel build tools - do NOT edit this file!
SqlComponentConfigurer() - Constructor for class org.apache.camel.component.sql.SqlComponentConfigurer
 
SqlConstants - Class in org.apache.camel.component.sql
SQL Constants.
SqlConsumer - Class in org.apache.camel.component.sql
 
SqlConsumer(DefaultSqlEndpoint, Processor, JdbcTemplate, String, SqlPrepareStatementStrategy, SqlProcessingStrategy) - Constructor for class org.apache.camel.component.sql.SqlConsumer
 
SqlConsumer(DefaultSqlEndpoint, Processor, NamedParameterJdbcTemplate, String, SqlParameterSource, SqlPrepareStatementStrategy, SqlProcessingStrategy) - Constructor for class org.apache.camel.component.sql.SqlConsumer
 
SqlEndpoint - Class in org.apache.camel.component.sql
Perform SQL queries using Spring JDBC.
SqlEndpoint() - Constructor for class org.apache.camel.component.sql.SqlEndpoint
 
SqlEndpoint(String, Component) - Constructor for class org.apache.camel.component.sql.SqlEndpoint
 
SqlEndpointConfigurer - Class in org.apache.camel.component.sql
Generated by camel build tools - do NOT edit this file!
SqlEndpointConfigurer() - Constructor for class org.apache.camel.component.sql.SqlEndpointConfigurer
 
SqlEndpointUriFactory - Class in org.apache.camel.component.sql
Generated by camel build tools - do NOT edit this file!
SqlEndpointUriFactory() - Constructor for class org.apache.camel.component.sql.SqlEndpointUriFactory
 
SqlHelper - Class in org.apache.camel.component.sql
 
SqlNamedProcessingStrategy - Interface in org.apache.camel.component.sql
Extended processing strategy for dealing with SQL when consuming, which uses a NamedParameterJdbcTemplate instead of plain JdbcTemplate.
SqlOutputType - Enum Class in org.apache.camel.component.sql
 
SqlPrepareStatementStrategy - Interface in org.apache.camel.component.sql
Strategy for preparing statements when executing SQL queries.
SqlProcessingStrategy - Interface in org.apache.camel.component.sql
Processing strategy for dealing with SQL when consuming.
SqlProducer - Class in org.apache.camel.component.sql
 
SqlProducer(SqlEndpoint, String, JdbcTemplate, SqlPrepareStatementStrategy, boolean, boolean, boolean) - Constructor for class org.apache.camel.component.sql.SqlProducer
 
SqlStoredComponent - Class in org.apache.camel.component.sql.stored
 
SqlStoredComponent() - Constructor for class org.apache.camel.component.sql.stored.SqlStoredComponent
 
SqlStoredComponentConfigurer - Class in org.apache.camel.component.sql.stored
Generated by camel build tools - do NOT edit this file!
SqlStoredComponentConfigurer() - Constructor for class org.apache.camel.component.sql.stored.SqlStoredComponentConfigurer
 
SqlStoredConstants - Class in org.apache.camel.component.sql.stored
 
SqlStoredEndpoint - Class in org.apache.camel.component.sql.stored
Perform SQL queries as a JDBC Stored Procedures using Spring JDBC.
SqlStoredEndpoint(String, SqlStoredComponent) - Constructor for class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
SqlStoredEndpoint(String, SqlStoredComponent, JdbcTemplate) - Constructor for class org.apache.camel.component.sql.stored.SqlStoredEndpoint
 
SqlStoredEndpointConfigurer - Class in org.apache.camel.component.sql.stored
Generated by camel build tools - do NOT edit this file!
SqlStoredEndpointConfigurer() - Constructor for class org.apache.camel.component.sql.stored.SqlStoredEndpointConfigurer
 
SqlStoredEndpointUriFactory - Class in org.apache.camel.component.sql.stored
Generated by camel build tools - do NOT edit this file!
SqlStoredEndpointUriFactory() - Constructor for class org.apache.camel.component.sql.stored.SqlStoredEndpointUriFactory
 
SqlStoredProducer - Class in org.apache.camel.component.sql.stored
 
SqlStoredProducer(SqlStoredEndpoint) - Constructor for class org.apache.camel.component.sql.stored.SqlStoredProducer
 
SSPTParser - Class in org.apache.camel.component.sql.stored.template.generated
 
SSPTParser(InputStream) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Constructor with InputStream.
SSPTParser(InputStream, String) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Constructor with InputStream and supplied encoding
SSPTParser(Reader) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Constructor.
SSPTParser(Reader, ClassResolver) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParser
 
SSPTParser(SSPTParserTokenManager) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Constructor with generated Token Manager.
SSPTParserConstants - Interface in org.apache.camel.component.sql.stored.template.generated
Token literal values and constants.
SSPTParserTokenManager - Class in org.apache.camel.component.sql.stored.template.generated
Token Manager.
SSPTParserTokenManager(SimpleCharStream) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Constructor.
SSPTParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Constructor.
StatementWrapper - Interface in org.apache.camel.component.sql.stored
Wrapper that simplifies operations on CallableStatement in SqlStoredProducer.
STATIC_LEXER_ERROR - Static variable in error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
Whether parser is static.
StreamList - Enum constant in enum class org.apache.camel.component.sql.SqlOutputType
 
SwitchTo(int) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
Template - Class in org.apache.camel.component.sql.stored.template.ast
Root element of Simple Stored Procedure Template AST.
Template() - Constructor for class org.apache.camel.component.sql.stored.template.ast.Template
 
TEMPLATE_CACHE_DEFAULT_SIZE - Static variable in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory
 
TemplateParser - Class in org.apache.camel.component.sql.stored.template
 
TemplateParser(ClassResolver) - Constructor for class org.apache.camel.component.sql.stored.template.TemplateParser
 
TemplateStoredProcedure - Class in org.apache.camel.component.sql.stored
 
TemplateStoredProcedure(JdbcTemplate, Template, boolean) - Constructor for class org.apache.camel.component.sql.stored.TemplateStoredProcedure
 
token - Variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Current token.
Token - Class in org.apache.camel.component.sql.stored.template.generated
Describes the input token stream.
Token() - Constructor for class org.apache.camel.component.sql.stored.template.generated.Token
No-argument constructor
Token(int) - Constructor for class org.apache.camel.component.sql.stored.template.generated.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.camel.component.sql.stored.template.generated.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Generated Token Manager.
tokenImage - Variable in exception org.apache.camel.component.sql.stored.template.generated.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
Literal token values.
TokenMgrError - Error in org.apache.camel.component.sql.stored.template.generated
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for error org.apache.camel.component.sql.stored.template.generated.TokenMgrError
Constructor with message and reason.
toString() - Method in class org.apache.camel.component.sql.stored.template.generated.Token
Returns the image.
trace_enabled() - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParser
Trace enabled.
trackLineColumn - Variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 
transactionTemplate - Variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
transactionTemplate - Variable in class org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository
 
transactionTemplateReadOnly - Variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 

U

unmarshallExchange(CamelContext, byte[]) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec
 
unmarshallExchange(CamelContext, InputStream) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec
 
update(CamelContext, String, Exchange, String, Long) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
Updates the current exchange details in the given repository table.
updateHelper(CamelContext, String, Exchange, String, Long) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
UpdateLineColumn(char) - Method in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
 

V

ValueExtractor - Interface in org.apache.camel.component.sql.stored.template.ast
ValueExtractotr extracts value from Exchange and Container object.
valueOf(String) - Static method in enum class org.apache.camel.component.sql.SqlOutputType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.component.sql.SqlOutputType
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 
VERSION_PROPERTY - Static variable in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
 

W

WHITESPACE - Static variable in interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
RegularExpression Id.
WrapperExecuteCallback - Interface in org.apache.camel.component.sql.stored
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form