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 |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getNamespaces()
Retrieves relevant namespaces from the query result.
|
closejava.util.Map<java.lang.String,java.lang.String> getNamespaces()
throws QueryEvaluationException
QueryEvaluationExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.