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.
|
close
List<String> getBindingNames() throws QueryEvaluationException
QueryEvaluationException
Copyright © 2001-2013 Aduna. All Rights Reserved.