Uses of Enum Class
com.pervasive.datarush.operators.io.jdbc.ErrorAction
Packages that use ErrorAction
Package
Description
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 ErrorActionModifier and TypeMethodDescriptionAbstractWriteToJDBC.SqlWriteProperties.getErrorAction()final ErrorActionJDBCOperator.getErrorAction()Retrieves the action to take if a SQL error occurs while reading data from the database.static ErrorActionReturns the enum constant of this class with the specified name.static ErrorAction[]ErrorAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io.jdbc with parameters of type ErrorActionModifier and TypeMethodDescriptionfinal voidJDBCOperator.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 ErrorActionModifierConstructorDescriptionSqlWriteProperties(ErrorAction errorAction, int sqlWarningLimit, int isolationLevel, int commitInterval)