|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.enhydra.dods.cache.QueryResult
public class QueryResult
This class stores 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 objects (from result) which have data set to null. |
int |
skippedUnique
Number of results skipped because are not unique. |
| Constructor Summary | |
|---|---|
QueryResult()
Constructor(). |
|
| 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
public int skippedUnique
| Constructor Detail |
|---|
public QueryResult()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean onlyID)
|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||