Package | Description |
---|---|
com.pervasive.datarush.jdbc | |
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCConnector
Basic JDBC connector class.
|
Modifier and Type | Method and Description |
---|---|
Connection |
DefaultConnectionFactory.createConnection(ConnectionSettings settings) |
Connection |
ConnectionFactory.createConnection(ConnectionSettings settings)
Create a new JDBC connection.
|
Modifier and Type | Class and 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 |
JDBCOperator
Common base class for
ReadFromJDBC and AbstractWriteToJDBC . |
class |
ReadFromJDBC
The
ReadFromJDBC 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.
|
Copyright © 2016 Actian Corporation. All rights reserved.