public interface GraphQueryResult extends QueryResult<Statement>
Statement
objects. Each query result consists of zero or
more Statements and additionaly carries information about relevant namespace declarations. Note: take care to always
close a GraphQueryResult after use to free any resources it keeps hold of.Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getNamespaces()
Retrieves relevant namespaces from the query result.
|
close
Map<String,String> getNamespaces() throws QueryEvaluationException
QueryEvaluationException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.