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 Modifier and Type Method Description JdbcOutputTypeJdbcEndpoint. getOutputType()static JdbcOutputTypeJdbcOutputType. 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 Modifier and Type Method Description voidJdbcEndpoint. setOutputType(JdbcOutputType outputType)Determines the output the producer should use.
-