Uses of Class
com.pervasive.datarush.operators.io.jdbc.ErrorAction
-
Packages that use ErrorAction Package Description com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets. -
-
Uses of ErrorAction in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc that return ErrorAction Modifier and Type Method Description ErrorAction
AbstractWriteToJDBC.SqlWriteProperties. getErrorAction()
ErrorAction
JDBCOperator. getErrorAction()
Retrieves the action to take if a SQL error occurs while reading data from the database.static ErrorAction
ErrorAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorAction[]
ErrorAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.operators.io.jdbc with parameters of type ErrorAction Modifier and Type Method Description void
JDBCOperator. setErrorAction(ErrorAction errorAction)
Sets the action to take if a SQL error occurs while reading data from the database.Constructors in com.pervasive.datarush.operators.io.jdbc with parameters of type ErrorAction Constructor Description SqlWriteProperties(ErrorAction errorAction, int sqlWarningLimit, int isolationLevel, int commitInterval)
-