Package com.knowgate.hipergate.datamodel

DataModel Manager Create and drop database parts The datamodel module contains classes, scripts, sql/ddl definitions and XML resource files for creating and droping the hipergate datamodel in a database independent way.

See:
          Description

Interface Summary
ImportLoader  
 

Class Summary
ColumnList  
ImportExport  
ModelManager hipergate Data Model Manager This class is used for programatically creating the full underlying data model for hipergate Java packages.
TableLoader Generic text to table loader
UNLoCode UN/LOCODE loader http://www.unece.org/etrades/download/downmain.htm#locode
 

Exception Summary
ImportExportException  
 

Package com.knowgate.hipergate.datamodel Description

DataModel Manager

Create and drop database parts

The datamodel module contains classes, scripts, sql/ddl definitions and XML resource files for creating and droping the hipergate datamodel in a database independent way.

The database model is splitted in parts called modules. Each modules is a subset of tables, data, indexes, views, constraints, procedures and triggers, along with their associated drop SQL scripts.