|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.tw.dbobjects.test.mysql.TestApplication
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 |
public TestApplication()
Method Detail |
public static void main(java.lang.String[] args)
args
- doesn't take any arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |