Uses of Enum Class
org.apache.camel.component.sql.SqlOutputType
Packages that use SqlOutputType
Package
Description
Defines an SQL component that can bind to JDBC datasources and execute SQL queries
that are exposed as endpoints.
-
Uses of SqlOutputType in org.apache.camel.component.sql
Methods in org.apache.camel.component.sql that return SqlOutputTypeModifier and TypeMethodDescriptionDefaultSqlEndpoint.getOutputType()static SqlOutputTypeReturns the enum constant of this class with the specified name.static SqlOutputType[]SqlOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.sql with parameters of type SqlOutputTypeModifier and TypeMethodDescriptionvoidDefaultSqlEndpoint.setOutputType(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.