PIP.IO.CreateJDODatabase
Class PersistDatabase

java.lang.Object
  extended by PIP.IO.CreateJDODatabase.PersistDatabase

public class PersistDatabase
extends java.lang.Object

This class creates the structure of the database so that the data can then be added to it.

Once the database has been created for the first time (See manual for details) this class should be run first, before any other functions as it creates the structure of the database.


Constructor Summary
PersistDatabase()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistDatabase

public PersistDatabase()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception