Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcEndpoint.setOutputType(JdbcOutputType outputType)
Determines the output the producer should use.
|
Apache Camel