saaps.dbt
Class CheckImportData

java.lang.Object
  |
  +--saaps.dbt.CheckImportData

public class CheckImportData
extends java.lang.Object


Constructor Summary
CheckImportData()
           
 
Method Summary
protected  void importAscii(Database dbRef, java.lang.String inputfile, java.lang.String outputfile)
          This method is used for importing ASCII data to our database.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckImportData

public CheckImportData()
Method Detail

main

public static void main(java.lang.String[] args)

importAscii

protected void importAscii(Database dbRef,
                           java.lang.String inputfile,
                           java.lang.String outputfile)
This method is used for importing ASCII data to our database. The format of the data is as output from ExportAscii application. It will fill a buffer of databaseobjects and then try to store it, read again and store until it is finished or an exception occures.