Uses of Class
org.apache.camel.component.jdbc.JdbcOutputType

Uses of JdbcOutputType in org.apache.camel.component.jdbc
 

Methods in org.apache.camel.component.jdbc that return JdbcOutputType
 JdbcOutputType JdbcEndpoint.getOutputType()
           
static JdbcOutputType JdbcOutputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JdbcOutputType[] JdbcOutputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.jdbc with parameters of type JdbcOutputType
 void JdbcEndpoint.setOutputType(JdbcOutputType outputType)
           
 



Apache Camel