|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdalclient.QueryResponse
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 |
public int getRecordCount()
public QueryRecord getRecord(int i)
i - The index of the query record to be returned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||