Uses of Enum 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 JdbcOutputTypeModifier and TypeMethodDescriptionJdbcEndpoint.getOutputType()static JdbcOutputTypeReturns the enum constant of this class with the specified name.static JdbcOutputType[]JdbcOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.jdbc with parameters of type JdbcOutputTypeModifier and TypeMethodDescriptionvoidJdbcEndpoint.setOutputType(JdbcOutputType outputType) Determines the output the producer should use.