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, wait
getContentList, getContentList, getExecutionTime, getResultIterator, hasResults, limitResults, results
public WGAbstractResultSet(WGDatabase db, WGResultSetCore core)
public java.util.Iterator<WGContent> iterator()
iterator
in interface java.lang.Iterable<WGContent>
public boolean isLimitingResultsInBackend()
WGResultSet
WGDatabase.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 WGResultSet
public void close() throws java.io.IOException
java.io.IOException