public interface QueryIterator
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the opened repository
|
long |
getNumberQueries() |
boolean |
hasNext() |
QueryEntry |
next() |
List<QueryEntry> |
nextValids(int nbValues)
Return a List containing the next valid queries.
|
QueryEntry next()
QueryEntry
. Also return null if the
row repository do not correspond to a well formed entry.List<QueryEntry> nextValids(int nbValues) throws Exception
nbValues
- the number of values the query list must contains.QueryEntry
Exception
- if query access can throw an exception.boolean hasNext()
long getNumberQueries() throws Exception
Exception
Copyright © 2014. All rights reserved.