|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lvg.Db.DbInflection
public class DbInflection
This class provides high level interfaces to Inflection and CitationLowerCase tables in LVG database.
History:
InflectionRecord,
Desgin Document | Constructor Summary | |
|---|---|
DbInflection()
|
|
| Method Summary | |
|---|---|
static java.util.Vector |
GetCatInfl(java.lang.String inStr,
java.sql.Connection conn)
Get categories and inflections from all inflection records for an inflected term from LVG database. |
static java.util.Vector |
GetCatInflBegin(java.lang.String inStr,
java.sql.Connection conn)
Get all inflection records for an inflected term begins with a specific string with specified category and inflection from LVG database. |
static long |
GetInflByCat(java.lang.String inStr,
int cat,
java.sql.Connection conn)
Get inflections for a specific inflected term and category from LVG database. |
static java.util.Vector |
GetInflections(java.lang.String inStr,
long inCat,
long inInfl,
java.sql.Connection conn)
Get inflection from all inflection records for an inflected term from LVG database. |
static boolean |
IsExistInflectedTerm(java.lang.String ifTerm,
java.sql.Connection conn)
Check if a specified term is an inflected term in LVG database |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbInflection()
| Method Detail |
|---|
public static long GetInflByCat(java.lang.String inStr,
int cat,
java.sql.Connection conn)
throws java.sql.SQLException
inStr - inflected termcat - category for the termconn - database connection
java.sql.SQLException - if there is a database error happens
public static java.util.Vector GetCatInflBegin(java.lang.String inStr,
java.sql.Connection conn)
throws java.sql.SQLException
inStr - the beginning string pattern for an inflected termconn - database connection
java.sql.SQLException - if there is a database error happens
public static java.util.Vector GetCatInfl(java.lang.String inStr,
java.sql.Connection conn)
throws java.sql.SQLException
inStr - inflected termconn - database connection
java.sql.SQLException - if there is a database error happens
public static java.util.Vector GetInflections(java.lang.String inStr,
long inCat,
long inInfl,
java.sql.Connection conn)
throws java.sql.SQLException
inStr - input inflected terminCat - input categoryinInfl - input inflectionconn - database connection
java.sql.SQLException - if there is a database error happens
public static boolean IsExistInflectedTerm(java.lang.String ifTerm,
java.sql.Connection conn)
throws java.sql.SQLException
ifTerm - an inflectional term to be checkedconn - database connection
java.sql.SQLException - if there is a database error happens
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||