2004.04.29


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:

Note:
This is a reference class and cannot be instantiated.

Version:
1.0
Author:
Jay Damon

Field Summary
static Country COUNTRY
          An instance of the country Database Table definition.
 
Fields inherited from class com.jdc.lang.Object
string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNTRY

public static final Country COUNTRY
An instance of the country Database Table definition.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.