|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Db.DbShJdScores
public class DbShJdScores
This class provides high level interfaces to get Sh-Jd scores from SH_JD_SCORES table in TC database.
History:
Constructor Summary | |
---|---|
DbShJdScores()
|
Method Summary | |
---|---|
static java.util.Vector<Count1f> |
GetScoresBySh(java.lang.String sh,
java.sql.Connection conn)
Get JD socres in WC and DC from database SH_JD_SCORES tables by specifying Subheading and db connection. |
static void |
main(java.lang.String[] args)
Test driver for this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbShJdScores()
Method Detail |
---|
public static java.util.Vector<Count1f> GetScoresBySh(java.lang.String sh, java.sql.Connection conn) throws java.sql.SQLException
sh
- subheading of interestedconn
- database connection
sql
- exception if caught in sql query
java.sql.SQLException
public 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 |