| Package | Description |
|---|---|
| com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
| Class and Description |
|---|
| AbstractWriteToJDBC
Abstract implementation of a JDBC writer.
|
| AbstractWriteToJDBC.AbstractWriteHelper |
| AbstractWriteToJDBC.SqlWriteProperties |
| DeleteFromJDBC
This operator deletes data in the target table in a database by applying
SQL delete statements.
|
| ErrorAction
The action to take if a SQL error occurs while reading data from the database.
|
| JDBCField |
| JDBCOperator
Common base class for
ReadFromJDBC and AbstractWriteToJDBC. |
| OutputMode
The SQL action to take when processing records from a flow.
|
| ReadFromJDBC
The
ReadFromJDBC operator is used to access relational database systems using a supplied JDBC driver. |
| UpdateInJDBC
This operator updates the target table in a database by applying SQL update
statements.
|
| WriteToJDBC
In its simplest form, writes records from an input port to a JDBC target
table using insert statements.
|
Copyright © 2021 Actian Corporation. All rights reserved.