|
||||||||||
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.LinkEnumQueryCommand
public class LinkEnumQueryCommand
Query for a link enumeration
Constructor Summary | |
---|---|
LinkEnumQueryCommand(java.sql.Connection thisConnection)
Constructor |
Method Summary | |
---|---|
int |
getId()
Get the id from the result set |
java.lang.String |
getName()
Get the name from the result set |
boolean |
getRecurse()
Get the recurse capability from the result set |
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 LinkEnumQueryCommand(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 int getId() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getName() throws java.sql.SQLException
java.sql.SQLException
public boolean getRecurse() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |