org.gjt.tw.dbobjects.test.mysql
Class TestApplication

java.lang.Object
  |
  +--org.gjt.tw.dbobjects.test.mysql.TestApplication

public class TestApplication
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 was designed for the database MySQL, because it uses its feature auto_increment to create unique IDs for Address. A script to create the database tables (sql/CustomerDB.sql) is part of the distribution.


Constructor Summary
TestApplication()
           
 
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

TestApplication

public TestApplication()
Method Detail

main

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