See: Description
| Interface | Description |
|---|---|
| JDBCField |
| Class | Description |
|---|---|
| AbstractWriteToJDBC |
Abstract implementation of a JDBC writer.
|
| AbstractWriteToJDBC.AbstractWriteHelper | |
| AbstractWriteToJDBC.AbstractWriteToJDBCWorker | |
| AbstractWriteToJDBC.SqlWriteProperties | |
| ConnectionHelper | |
| DatabaseSplit |
Defines the parameters for one instance of a parameterized query that is run in parallel.
|
| DeleteFromJDBC |
This operator deletes data in the target table in a database by applying
SQL delete statements.
|
| FinalizeSQLWorker | |
| InitializeSQLWorker | |
| JDBCOperator |
Common base class for
ReadFromJDBC and AbstractWriteToJDBC. |
| ReadFromJDBC |
The
ReadFromJDBC operator is used to access relational database systems using a supplied JDBC driver. |
| UpdateInJDBC |
This operator updates the target table in a database by applying SQL update
statements.
|
| WriteToJDBC |
In its simplest form, writes records from an input port to a JDBC target
table using insert statements.
|
| Enum | Description |
|---|---|
| ErrorAction |
The action to take if a SQL error occurs while reading data from the database.
|
| OutputMode |
The SQL action to take when processing records from a flow.
|
Copyright © 2024 Actian Corporation. All rights reserved.