com.jdc.app.rdb
Class Table
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.app.rdb.Table
- public class Table
- extends Object
Table provides the instances of application Database
Table definitions. The individual table class definitions
may be instantiated and separate instances created. However, unless the
Table is being used in a Database transaction, it is
recommended that the table definition instances provided by this class be used.
The primary purpose of this class is to provide database table definitions
for the database access object (DAO) classes. Current database table
definitions include:
COUNTRY - The table containing country information.
- Note:
- This is a reference class and cannot be instantiated.
- Version:
- 1.0
- Author:
- Jay Damon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNTRY
public static final Country COUNTRY
- An instance of the country
Database Table
definition.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.