Interface | Description |
---|---|
DBUpdaterIfc | |
JDBCOIConfigFieldsIfc |
Generic interface used for maintaining static strings used to
identify various configuration parameters for the JDBC OI node.
|
Class | Description |
---|---|
DBBatchInserter | |
DBInserter | |
DBSingularInserter | |
JDBCOIConfigGUI |
This class is used to build the configuration panel for the JDBC OI
node (JDBCOINode).
|
JDBCOIFieldProcessor | |
JDBCOINode |
This class represents the generic JDBC OI node.
|
JDBCOIRecord |
This class provides a means for the generic JDBC OI node extract data
in a form suitable for populating the various parameters of a
PreparedStatement() object.
|
JDBCOITransport |
This transport is responsible for retrieving JDBCOIRecord objects from
its DataProvider and writing the data contained within those records
to the configured database as described by the 'tblInfo' mapping
provided to the constructor.
|