default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.allowNamedParameters(boolean allowNamedParameters) |
Whether to allow using named parameters in the queries.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.allowNamedParameters(String allowNamedParameters) |
Whether to allow using named parameters in the queries.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.AdvancedElsqlEndpointProducerBuilder.basic() |
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.batch(boolean batch) |
Enables or disables batch mode.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.batch(String batch) |
Enables or disables batch mode.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.databaseVendor(String databaseVendor) |
To use a vendor specific com.opengamma.elsql.ElSqlConfig.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.databaseVendor(ElsqlEndpointBuilderFactory.ElSqlDatabaseVendor databaseVendor) |
To use a vendor specific com.opengamma.elsql.ElSqlConfig.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.dataSource(Object dataSource) |
Sets the DataSource to use to communicate with the database at
endpoint level.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.dataSource(String dataSource) |
Sets the DataSource to use to communicate with the database at
endpoint level.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.noop(boolean noop) |
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.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.noop(String noop) |
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.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.outputClass(String outputClass) |
Specify the full package and class name to use as conversion when
outputType=SelectOne.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.outputHeader(String outputHeader) |
Store the query result in a header instead of the message body.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.outputType(String outputType) |
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.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.outputType(ElsqlEndpointBuilderFactory.SqlOutputType outputType) |
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.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.separator(char separator) |
The separator to use when parameter values is taken from message body
(if the body is a String type), to be inserted at # placeholders.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.separator(String separator) |
The separator to use when parameter values is taken from message body
(if the body is a String type), to be inserted at # placeholders.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.useMessageBodyForSql(boolean useMessageBodyForSql) |
Whether to use the message body as the SQL and then headers for
parameters.
|
default ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder.useMessageBodyForSql(String useMessageBodyForSql) |
Whether to use the message body as the SQL and then headers for
parameters.
|