Class Database

java.lang.Object
com.storedobject.core.Database
Direct Known Subclasses:
Database

public abstract class Database extends Object
The abstract database class. In order to write a database driver that works with the stored objects system, one of the tasks is to create a class that implements all the methods of this class. The class should be packaged in a package like "com.storedobject.database.DDD" where DDD is the name of the database driver. For example, the Sybase Adaptive Server Enterprise driver package is "com.storedobject.database.ase" and the Oracle driver package is "com.storedobject.database.oracle".
Author:
Syam
See Also: