Module datarush.library
Package com.pervasive.datarush.operators.io.jdbc
package com.pervasive.datarush.operators.io.jdbc
Provides operators for reading from JDBC sources and writing to JDBC targets.
-
ClassDescriptionAbstract implementation of a JDBC writer.Defines the parameters for one instance of a parameterized query that is run in parallel.This operator deletes data in the target table in a database by applying SQL delete statements.The action to take if a SQL error occurs while reading data from the database.Common base class for
ReadFromJDBCandAbstractWriteToJDBC.The SQL action to take when processing records from a flow.TheReadFromJDBCoperator is used to access relational database systems using a supplied JDBC driver.This operator updates the target table in a database by applying SQL update statements.In its simplest form, writes records from an input port to a JDBC target table using insert statements.