|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.query.Glitter2ResultSetAdaptor
public class Glitter2ResultSetAdaptor
In-line convert Glitter QueryResult object to a TupleQueryResult
| Constructor Summary | |
|---|---|
Glitter2ResultSetAdaptor(QueryResults glitterResults,
CompositeNodeLayout nodeLayout)
Create a new Glitter2ResultSetAdaptor for the given Glitter results, with data in the given nodeLayout |
|
| Method Summary | |
|---|---|
void |
close()
|
java.util.List<java.lang.String> |
getBindingNames()
|
int |
getRowNumber()
Get the row number of the current solution |
boolean |
hasNext()
|
boolean |
isDistinct()
|
boolean |
isEmpty()
Determine if there are no solutions |
boolean |
isOrdered()
|
java.util.Iterator<org.openrdf.query.BindingSet> |
iterator()
Get this object in order to satisfy Iterable interface |
Glitter2SolutionAdaptor |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Glitter2ResultSetAdaptor(QueryResults glitterResults,
CompositeNodeLayout nodeLayout)
glitterResults - Results for Glitter querynodeLayout - Source of node db data| Method Detail |
|---|
public java.util.List<java.lang.String> getBindingNames()
getBindingNames in interface org.openrdf.query.TupleQueryResultpublic int getRowNumber()
public boolean hasNext()
hasNext in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>hasNext in interface java.util.Iterator<org.openrdf.query.BindingSet>public boolean isDistinct()
isDistinct in interface org.openrdf.query.TupleQueryResultpublic boolean isOrdered()
isOrdered in interface org.openrdf.query.TupleQueryResultpublic Glitter2SolutionAdaptor next()
next in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>next in interface java.util.Iterator<org.openrdf.query.BindingSet>public void remove()
remove in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>remove in interface java.util.Iterator<org.openrdf.query.BindingSet>public void close()
close in interface info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>public boolean isEmpty()
public java.util.Iterator<org.openrdf.query.BindingSet> iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||