org.gjt.tw.dbobjects.test.generic
Class GenericTestApplication

java.lang.Object
  |
  +--org.gjt.tw.dbobjects.test.generic.GenericTestApplication

public class GenericTestApplication
extends java.lang.Object

This class is a test application for the package databasemanagement. Currently, it contains two test classes (Address and Customer) and a test application. This test should work with all databases as it uses a generic approach to generate id values. Scripts for several databases to create the database tables are located in the ./sql subdirectory


Constructor Summary
GenericTestApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method of test application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTestApplication

public GenericTestApplication()
Method Detail

main

public static void main(java.lang.String[] args)
Main method of test application.
Parameters:
args - doesn't take any arguments