DODS 6.5 API

org.enhydra.dods.cache
Class QueryResult

java.lang.Object
  extended byorg.enhydra.dods.cache.QueryResult

public class QueryResult
extends java.lang.Object

This class stores results of one query.

Version:
2.0 15.06.2003.
Author:
Tanja Jovanovic

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

DOs

public java.util.Vector DOs
Vector with results.


lazy

public java.util.Vector lazy
Vector with objects (from result) which have data set to null.


database

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


skippedUnique

public int skippedUnique
Number of results skipped because are not unique.

Constructor Detail

QueryResult

public QueryResult()
Constructor().

Method Detail

toString

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


toString

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


DODS 6.5 API