Uses of Class
com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Packages that use JDBCOperator Package Description com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets. -
-
Uses of JDBCOperator in com.pervasive.datarush.operators.io.jdbc
Subclasses of JDBCOperator in com.pervasive.datarush.operators.io.jdbc Modifier and Type Class Description class
AbstractWriteToJDBC
Abstract implementation of a JDBC writer.class
DeleteFromJDBC
This operator deletes data in the target table in a database by applying SQL delete statements.class
ReadFromJDBC
TheReadFromJDBC
operator is used to access relational database systems using a supplied JDBC driver.class
UpdateInJDBC
This operator updates the target table in a database by applying SQL update statements.class
WriteToJDBC
In its simplest form, writes records from an input port to a JDBC target table using insert statements.Constructors in com.pervasive.datarush.operators.io.jdbc with parameters of type JDBCOperator Constructor Description AbstractWriteToJDBC(JDBCOperator other)
-