dalclient
Class QueryResponse

java.lang.Object
  extended bydalclient.QueryResponse

public class QueryResponse
extends java.lang.Object

Query response class. Holds a query result set consisting of one query record per data object or table row (corresponding to a VOTable row). Each query record contains a set of keyword=value pairs for each row o the query response.


Method Summary
 QueryRecord getRecord(int i)
          Get the indicated record from the query response resultSet.
 int getRecordCount()
          Get the number of records (rows) in the query response resultSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRecordCount

public int getRecordCount()
Get the number of records (rows) in the query response resultSet.


getRecord

public QueryRecord getRecord(int i)
Get the indicated record from the query response resultSet.

Parameters:
i - The index of the query record to be returned