Uses of Interface
com.pervasive.datarush.jdbc.ConnectionSettings
-
Packages that use ConnectionSettings Package Description com.pervasive.datarush.jdbc com.pervasive.datarush.operators.io.jdbc 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 ConnectionSettings Modifier and Type Class Description classJDBCConnectorBasic JDBC connector class.Methods in com.pervasive.datarush.jdbc with parameters of type ConnectionSettings Modifier and Type Method Description ConnectionConnectionFactory. createConnection(ConnectionSettings settings)Create a new JDBC connection.ConnectionDefaultConnectionFactory. createConnection(ConnectionSettings settings) -
Uses of ConnectionSettings in com.pervasive.datarush.operators.io.jdbc
Classes in com.pervasive.datarush.operators.io.jdbc that implement ConnectionSettings 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.classJDBCOperatorCommon base class forReadFromJDBCandAbstractWriteToJDBC.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.
-