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 classAbstractWriteToJDBCAbstract implementation of a JDBC writer.classDeleteFromJDBCThis operator deletes data in the target table in a database by applying SQL delete statements.classReadFromJDBCTheReadFromJDBCoperator is used to access relational database systems using a supplied JDBC driver.classUpdateInJDBCThis operator updates the target table in a database by applying SQL update statements.classWriteToJDBCIn 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)
-