default SqlEndpointBuilderFactory.SqlEndpointBuilder |
SqlEndpointBuilderFactory.SqlEndpointBuilder.outputType(SqlEndpointBuilderFactory.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 SqlEndpointBuilderFactory.SqlEndpointConsumerBuilder |
SqlEndpointBuilderFactory.SqlEndpointConsumerBuilder.outputType(SqlEndpointBuilderFactory.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 SqlEndpointBuilderFactory.SqlEndpointProducerBuilder |
SqlEndpointBuilderFactory.SqlEndpointProducerBuilder.outputType(SqlEndpointBuilderFactory.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.
|