|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryResults
An iterator representing any number of query result rows.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getTargets()
Get the column names for these query result rows. |
boolean |
hasNext()
Tell whether there's another row of results. |
java.util.List<Node> |
next()
Get the next row of results. |
void |
remove()
Throws UnsupportedOperationException. |
| Methods inherited from interface org.nsdl.mptstore.core.ClosableIterator |
|---|
close |
| Method Detail |
|---|
java.util.List<java.lang.String> getTargets()
java.util.List<Node> next()
throws RuntimeQueryException
next in interface java.util.Iterator<java.util.List<Node>>RuntimeQueryException - if there's an error getting the next row.boolean hasNext()
hasNext in interface java.util.Iterator<java.util.List<Node>>
void remove()
throws java.lang.UnsupportedOperationException
UnsupportedOperationException.
This operation is not supported by QueryResults
implementations.
remove in interface java.util.Iterator<java.util.List<Node>>java.lang.UnsupportedOperationException - if this method is called.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||