Uses of Interface
com.pervasive.datarush.jdbc.ConnectionSettings
Packages that use ConnectionSettings
Package
Description
Provides operators for reading from JDBC sources and writing to JDBC targets.
-
Uses of ConnectionSettings in com.pervasive.datarush.jdbc
Classes in com.pervasive.datarush.jdbc that implement ConnectionSettingsMethods in com.pervasive.datarush.jdbc with parameters of type ConnectionSettingsModifier and TypeMethodDescriptionConnectionFactory.createConnection(ConnectionSettings settings) Create a new JDBC connection.DefaultConnectionFactory.createConnection(ConnectionSettings settings) -
Uses of ConnectionSettings in com.pervasive.datarush.operators.io.jdbc
Classes in com.pervasive.datarush.operators.io.jdbc that implement ConnectionSettingsModifier and TypeClassDescriptionclassAbstract implementation of a JDBC writer.final classThis operator deletes data in the target table in a database by applying SQL delete statements.classCommon base class forReadFromJDBCandAbstractWriteToJDBC.classTheReadFromJDBCoperator is used to access relational database systems using a supplied JDBC driver.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.