- 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.JdbcAggregationRepository
-
- 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
-
- setDataSourceRef(String) - Method in class org.apache.camel.component.sql.DefaultSqlEndpoint
-
Sets the reference to a DataSource to lookup from the registry, to use for communicating with the database.
- 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
-
- 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
- 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.
- setQueryString(String) - Method in class org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository
-
- 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.
- setRecoveryInterval(long) - Method in class org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
-
- 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.
- 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
- 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
-
- 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(Reader, int, int, int) - 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) - 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(InputStream, int, int, int) - 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, 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) - 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 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, JdbcTemplate, String) - 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
-
- 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 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, 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
-
- 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(Reader, ClassResolver) - Constructor for class org.apache.camel.component.sql.stored.template.generated.SSPTParser
-
- 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(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
-
- staticFlag - Static variable in class org.apache.camel.component.sql.stored.template.generated.SimpleCharStream
-
Whether parser is static.
- SwitchTo(int) - Method in class org.apache.camel.component.sql.stored.template.generated.SSPTParserTokenManager
-
Switch to specified lex state.