Package com.ibm.commerce.marketingcenter.events.util

Contains classes used by the ExportStats and ImportStats utilities.

See:
          Description

Class Summary
DBConnection This class is used to establish a connection with a database.
DBSql This class is used to transfer data from the database to an XML file and vice versa.
DBXMLFileReader This class is used by ImportStats to connect to the database, read the data from an XML file (created by ExportStats) and insert the data in a table.
DBXMLFileWriter This class is used by ExportStats to connect to the database, create an XML file on the file system containing the content of a specified table.
ExportStats This class is used to connect to the database and export a table to an XML file.
ImportStats This class is used to connect to the database and import the content of an XML file (created by ExportStats) into the database.
 

Package com.ibm.commerce.marketingcenter.events.util Description

Contains classes used by the ExportStats and ImportStats utilities. These two utilities are used to export the content of a database table on the file system as a XML file and to import the content of the XML file to the database.