Package | Description |
---|---|
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
Modifier and Type | Method and Description |
---|---|
ErrorAction |
JDBCOperator.getErrorAction()
Retrieves the action to take if a SQL error occurs while reading data from the database.
|
ErrorAction |
AbstractWriteToJDBC.SqlWriteProperties.getErrorAction() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCOperator.setErrorAction(ErrorAction errorAction)
Sets the action to take if a SQL error occurs while reading data from the database.
|
Constructor and Description |
---|
SqlWriteProperties(ErrorAction errorAction,
int sqlWarningLimit,
int isolationLevel,
int commitInterval) |
Copyright © 2016 Actian Corporation. All rights reserved.