2004.04.29


com.jdc.app.rdb
Class Schema

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.app.rdb.Schema

public class Schema
extends Object

Schema provides the instances of application Database Schema definitions.  The individual schema class definitions may be instantiated and separate instances created.  However, since these classes contain schema definitions only, it is recommended that the schema definition instances provided by this class be used.

The primary purpose of this class is to provide database schema definitions for the database Table class definitions. Current database schema definitions include:

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

Version:
1.0
Author:
Jay Damon

Field Summary
static Reference REFERENCE
          An instance of the reference Database Schema definition.
static User USER
          An instance of the user Database Schema 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

REFERENCE

public static final Reference REFERENCE
An instance of the reference Database Schema definition.


USER

public static final User USER
An instance of the user Database Schema definition.


2004.04.29



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