Uses of Class
org.apache.camel.component.sql.SqlOutputType

Packages that use SqlOutputType
org.apache.camel.component.sql 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 SqlOutputType
 SqlOutputType SqlEndpoint.getOutputType()
           
static SqlOutputType SqlOutputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SqlOutputType[] SqlOutputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.sql with parameters of type SqlOutputType
 void SqlEndpoint.setOutputType(SqlOutputType outputType)
           
 



Apache Camel