Uses of Class
com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
Packages that use AbstractWriteToJDBC
Package
Description
Provides operators for reading from JDBC sources and writing to JDBC targets.
-
Uses of AbstractWriteToJDBC in com.pervasive.datarush.operators.io.jdbc
Subclasses of AbstractWriteToJDBC in com.pervasive.datarush.operators.io.jdbcModifier and TypeClassDescriptionfinal classThis operator deletes data in the target table in a database by applying SQL delete statements.final classThis operator updates the target table in a database by applying SQL update statements.final classIn its simplest form, writes records from an input port to a JDBC target table using insert statements.