DODS 5.1 API

org.enhydra.dods.cache
Class QueryResult

java.lang.Object
  |
  +--org.enhydra.dods.cache.QueryResult

public class QueryResult
extends java.lang.Object

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

DOs

public java.util.Vector DOs
Vector with results.


lazy

public java.util.Vector lazy
Vector with DOs which have data set to null.


database

public java.lang.String database
Database of the query result.

Constructor Detail

QueryResult

public QueryResult()
Method Detail

toString

public java.lang.String toString()
Shows content of this class. Can be used for debugging.

Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(boolean onlyID)
Shows content of this class. Can be used for debugging.


DODS 5.1 API