| java.lang.Object org.openrdf.query.impl.TupleQueryResultImpl
TupleQueryResultImpl | public TupleQueryResultImpl(List<String> bindingNames, Iterable<? extends BindingSet> bindingSets)(Code) | | Creates a query result object with the supplied binding names.
The supplied list of binding names is assumed to be constant;
care should be taken that the contents of this list doesn't change after
supplying it to this solution.
Parameters: bindingNames - The binding names, in order of projection. |
TupleQueryResultImpl | public TupleQueryResultImpl(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter)(Code) | | Creates a query result object with the supplied binding names.
The supplied list of binding names is assumed to be constant;
care should be taken that the contents of this list doesn't change after
supplying it to this solution.
Parameters: bindingNames - The binding names, in order of projection. |
|
|