Package suncertify.db

The collection of all the classes that represents the DBMS, including the Remote RMI server.

See:
          Description

Class Summary
Data This class provides the basic database services.
DataInfo This class embodies the description of a record from the database.
DbLockTable The "DbLockTable" class represents a table of locks with the following features:A It maintain locks as elements of the form (recNum,Setter).
FieldInfo This class embodies the name of a field and the maximum width that it may have.
 

Exception Summary
DatabaseException The Exception class for all DataBase Exceptions.
 

Package suncertify.db Description

The collection of all the classes that represents the DBMS, including the Remote RMI server.
The package has all the classes to represent the data side of  the DBMS  as Data,DataInfo,FieldInfo.
It also contains the interface and implementation of the remote RMI server that acts as the server of the DBMS.