Uses of Package
com.pervasive.datarush.operators.io.jdbc
Packages that use com.pervasive.datarush.operators.io.jdbc
Package
Description
Provides operators for reading from JDBC sources and writing to JDBC targets.
-
Classes in com.pervasive.datarush.operators.io.jdbc used by com.pervasive.datarush.operators.io.jdbcClassDescriptionAbstract implementation of a JDBC writer.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.