|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.dods.cache.QueryResult
This class is for storing results of one query.
Field Summary | |
java.lang.String |
database
Database of the query result. |
java.util.Vector |
DOs
Vector with results. |
java.util.Vector |
lazy
Vector with DOs which have data set to null. |
Constructor Summary | |
QueryResult()
|
Method Summary | |
java.lang.String |
toString()
Shows content of this class. |
java.lang.String |
toString(boolean onlyID)
Shows content of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.util.Vector DOs
public java.util.Vector lazy
public java.lang.String database
Constructor Detail |
public QueryResult()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(boolean onlyID)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |