|
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.DbWordStScores
public class DbWordStScores
This class provides high level interfaces to get Word-St scores from Word_St_Scores table in TC database.
History:
Constructor Summary | |
---|---|
DbWordStScores()
|
Method Summary | |
---|---|
static java.util.Vector<Count2f> |
GetScoresByWord(java.lang.String word,
java.sql.Connection conn)
Get ST socres in WC and DC from database WORD_JD_SCORES tables by specifying word 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 DbWordStScores()
Method Detail |
---|
public static java.util.Vector<Count2f> GetScoresByWord(java.lang.String word, java.sql.Connection conn) throws java.sql.SQLException
word
- word 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 |