public interface TupleQueryResult extends QueryResult<BindingSet>
BindingSet objects. Each query result
 consists of zero or more solutions, each of which represents a single query solution as a set of bindings. Note: take
 care to always close a TupleQueryResult after use to free any resources it keeps hold of.| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getBindingNames()Gets the names of the bindings, in order of projection. | 
iteratorclosehasNext, next, remove, streamforEach, spliteratorList<String> getBindingNames() throws QueryEvaluationException
QueryEvaluationExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.