Provides a higher level interface to LVG database. Lvg utilizes Java Database connectivity (JDBC) to connect to its database, Instant DB. Accordingly, users may use any SQL commands to retrieve records from LVG database.
The naming convention of files in this package can be summarized as follows:
- XXXRecord.java: the data structure of the record of object xxx.
- XXXComparator.java: comparator for record object XXX.
- DbXXX.java: the higher level database interface for object xxx.
Currently, there are six tables in LVG database and are listed as follows:
@see Design Documents
@since 2002