getNextRecord

Description

Retrieves the next record (document) in the result set. A result set is initially positioned before the first record. The first call to getNextRecord makes the first record the current record; the second call makes the second record the current record, and so on.

Syntax

public boolean getNextRecord()
	throws java.rmi.RemoteException,
	com.sybase.ep.search.PortalSearchServices.SearchException

Return value

Returns true if a document is available; returns false if no more documents exist.