All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nih.nlm.nls.lvg.Db.package.html Maven / Gradle / Ivy

The newest version!


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy