TC Java
2011 Version

Package gov.nih.nlm.nls.tc.Db

Provides a higher level interface to TC database.

See:
          Description

Class Summary
DbBase This class is the database base object.
DbMhJdScores This class provides high level interfaces to get Mh-Jd scores from MH_JD_SCORES table in TC database.
DbShJdScores This class provides high level interfaces to get Sh-Jd scores from SH_JD_SCORES table in TC database.
DbWordJdScores This class provides high level interfaces to get Word-Jd scores from WORD_JD_SCORES table in TC database.
DbWordStScores This class provides high level interfaces to get Word-St scores from Word_St_Scores table in TC database.
 

Package gov.nih.nlm.nls.tc.Db Description

Provides a higher level interface to TC database. TC utilizes Java Database connectivity (JDBC) to connect to its database, HyperSonic Sql DB. Accordingly, users may use any SQL commands to retrieve records from TC database.

Currently, there are four tables in TC database and are listed as follows:

Since:
2007
See Also:
Design Documents

TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine