public interface ResultSet<E>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the ResultSet releasing the resources
|
E |
getNext()
Returns the next entity if this ResultSet object has at least one more entity to be returned
|
boolean |
hasMore()
Tests if this ResultSet has more entities
|
boolean hasMore()
throws IDSException
IDSExceptionE getNext() throws IDSException
IDSExceptionvoid close()