Sun StorageTek 5800 System Client API Reference Guide

QueryResultSet

The QueryResultSet class is used to page through OIDs and associated metadata returned by NameValueObjectArchive.query. See the javadoc for the getXXX methods for getting typed metadata.

next

Sets the QueryResultSet to point at the next record.

Synopsis

     boolean next()

Description

Sets the QueryResultSet to point at the next record. Returns true if there is a next record, false if not.