Module datarush.library
Package com.pervasive.datarush.operators.io.jdbc
Provides operators for reading from JDBC sources and writing to JDBC targets.
-
Interface Summary Interface Description JDBCField -
Class Summary Class Description AbstractWriteToJDBC Abstract implementation of a JDBC writer.AbstractWriteToJDBC.AbstractWriteHelper AbstractWriteToJDBC.AbstractWriteToJDBCWorker AbstractWriteToJDBC.SqlWriteProperties ConnectionHelper DatabaseSplit Defines the parameters for one instance of a parameterized query that is run in parallel.DeleteFromJDBC This operator deletes data in the target table in a database by applying SQL delete statements.FinalizeSQLWorker InitializeSQLWorker JDBCOperator Common base class forReadFromJDBC
andAbstractWriteToJDBC
.ReadFromJDBC TheReadFromJDBC
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. -
Enum Summary Enum Description ErrorAction The action to take if a SQL error occurs while reading data from the database.OutputMode The SQL action to take when processing records from a flow.