Uses of Class
com.pervasive.datarush.operators.io.jdbc.OutputMode
-
Packages that use OutputMode Package Description com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets. -
-
Uses of OutputMode in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc that return OutputMode Modifier and Type Method Description static OutputMode
OutputMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputMode[]
OutputMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-