| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ElsqlEndpointBuilderFactory.SqlOutputType |
ElsqlEndpointBuilderFactory.SqlOutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElsqlEndpointBuilderFactory.SqlOutputType[] |
ElsqlEndpointBuilderFactory.SqlOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ElsqlEndpointBuilderFactory.ElsqlEndpointConsumerBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointConsumerBuilder.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.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.ElsqlEndpointBuilder |
ElsqlEndpointBuilderFactory.ElsqlEndpointBuilder.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.
|
Apache Camel