AbstractWriteToJDBC |
Abstract implementation of a JDBC writer.
|
AbstractWriteToJDBC.AbstractWriteHelper |
|
AbstractWriteToJDBC.SqlWriteProperties |
|
DeleteFromJDBC |
This operator deletes data in the target table in a database by applying
SQL delete statements.
|
ErrorAction |
The action to take if a SQL error occurs while reading data from the database.
|
JDBCField |
|
JDBCOperator |
|
OutputMode |
The SQL action to take when processing records from a flow.
|
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.
|