public abstract class WGAbstractResultSet extends java.lang.Object implements WGResultSet, java.lang.Iterable<WGContent>
| Constructor and Description |
|---|
WGAbstractResultSet(WGDatabase db,
WGResultSetCore core) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes backend resources for this result set, if any.
|
boolean |
isLimitingResultsInBackend()
Indicates if the query type does honor result size limits, give via
WGDatabase.QUERYOPTION_MAXRESULTS. |
java.util.Iterator<WGContent> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentList, getContentList, getExecutionTime, getResultIterator, hasResults, limitResults, resultspublic WGAbstractResultSet(WGDatabase db, WGResultSetCore core)
public java.util.Iterator<WGContent> iterator()
iterator in interface java.lang.Iterable<WGContent>public boolean isLimitingResultsInBackend()
WGResultSetWGDatabase.QUERYOPTION_MAXRESULTS. False means that the result set does not limit itself, and the limit must be enforced by WGA (for example via WGResultSet.limitResults(int)isLimitingResultsInBackend in interface WGResultSetpublic void close()
throws java.io.IOException
java.io.IOException