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:
REFERENCE - The schema containing reference data tables.
USER - The schema containing user application data tables.
- 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 |
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.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.