|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.wordnet.ejb.DBQueryCommand
edu.princeton.wordnet.ejb.XWnWsdParseLftQueryCommand
public class XWnWsdParseLftQueryCommand
XWordnet query for wsd,parse,lft
Constructor Summary | |
---|---|
XWnWsdParseLftQueryCommand(java.sql.Connection thisConnection)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getDefinition()
Get the definition from the result set |
java.lang.String |
getLft()
Get the lft from the result set |
int |
getLftQuality()
Get the lft quality from the result set |
java.lang.String |
getParse()
Get the parse from the result set |
int |
getParseQuality()
Get the parse quality from the result set |
java.lang.String |
getText()
Get the text from the result set |
java.lang.String |
getWsd()
Get the wsd from the result set |
void |
setSynsetId(long thisSynsetId)
Set synset id parameter in prepared SQL statement |
Methods inherited from class edu.princeton.wordnet.ejb.DBQueryCommand |
---|
execute, next, release |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWnWsdParseLftQueryCommand(java.sql.Connection thisConnection) throws javax.naming.NamingException, java.sql.SQLException
thisConnection
- is the database connection
javax.naming.NamingException
java.sql.SQLException
Method Detail |
---|
public void setSynsetId(long thisSynsetId) throws java.sql.SQLException
thisSynsetId
- is the target synsetid
java.sql.SQLException
public java.lang.String getWsd() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getText() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getParse() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getLft() throws java.sql.SQLException
java.sql.SQLException
public int getParseQuality() throws java.sql.SQLException
java.sql.SQLException
public int getLftQuality() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getDefinition() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |