|
TC Java 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.tc.Db.DbMhJdScores
public class DbMhJdScores
This class provides high level interfaces to get Mh-Jd scores from MH_JD_SCORES table in TC database.
History:
| Constructor Summary | |
|---|---|
DbMhJdScores()
|
|
| Method Summary | |
|---|---|
static int |
GetMhCount(java.lang.String mh,
java.sql.Connection conn)
Get total number of JD socres in DC from database MH_JD_SCORES tables by specifying MeSH heading and db connection. |
static java.util.Vector<Count1f> |
GetScoresByMh(java.lang.String mh,
java.sql.Connection conn)
Get JD socres in DC from database MH_JD_SCORES tables by specifying MeSH heading and db connection. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbMhJdScores()
| Method Detail |
|---|
public static java.util.Vector<Count1f> GetScoresByMh(java.lang.String mh,
java.sql.Connection conn)
throws java.sql.SQLException
mh - MeSH heading of interestedconn - database connection
SqlException - if caught in Sql query
java.sql.SQLException
public static int GetMhCount(java.lang.String mh,
java.sql.Connection conn)
throws java.sql.SQLException
mh - MeSH heading of interestedconn - database connection
SqlException - if caught in Sql query
java.sql.SQLExceptionpublic static void main(java.lang.String[] args)
|
TC Java 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||