Package com.nt.udc.oi.node.jdbc


package com.nt.udc.oi.node.jdbc
  • Class
    Description
     
     
     
     
    Generic interface used for maintaining static strings used to identify various configuration parameters for the JDBC OI node.
    This class is used to build the configuration panel for the JDBC OI node (JDBCOINode).
     
    This class represents the generic JDBC OI node.
    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.
    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.