Lvg Java
2006p Version

gov.nih.nlm.nls.lvg.Db
Class DbProperNoun

java.lang.Object
  extended by gov.nih.nlm.nls.lvg.Db.DbProperNoun

public class DbProperNoun
extends java.lang.Object

This class provides high level interfaces to ProperNoun table in LVG database.

History:

Version:
V-2006p
Author:
NLM NLS Development Team
See Also:
Desgin Document

Constructor Summary
DbProperNoun()
           
 
Method Summary
static boolean IsProperNoun(java.lang.String inStr, java.sql.Connection conn)
          Check if a specified term is a proper noun in LVG database.
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

DbProperNoun

public DbProperNoun()
Method Detail

IsProperNoun

public static boolean IsProperNoun(java.lang.String inStr,
                                   java.sql.Connection conn)
                            throws java.sql.SQLException
Check if a specified term is a proper noun in LVG database.

Parameters:
inStr - term to be checked if a proper noun
conn - database connection
Returns:
true or false for the specified term is ro is not a proper noun
Throws:
java.sql.SQLException - if there is a database error happens

main

public static void main(java.lang.String[] args)
Test driver for this class.


Lvg Java
2006p Version

Submit a bug or feature

Copyright © 2006p National Library of Medicine