org.openrdf.repository.http
Class HTTPTupleQuery
java.lang.Object
org.openrdf.query.impl.AbstractQuery
org.openrdf.repository.http.HTTPQuery
org.openrdf.repository.http.HTTPTupleQuery
- All Implemented Interfaces:
- Query, TupleQuery
public class HTTPTupleQuery
- extends HTTPQuery
- implements TupleQuery
TupleQuery specific to the HTTP protocol.
Methods in this class may throw the specific RepositoryException subclasses
UnautorizedException and NotAllowedException, the semantics of which are
defined by the HTTP protocol.
- Author:
- Arjohn Kampman, Herko ter Horst
- See Also:
UnauthorizedException,
org.openrdf.http.protocol.NotAllowedException
HTTPTupleQuery
public HTTPTupleQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
evaluate
public TupleQueryResult evaluate()
throws HTTPQueryEvaluationException
- Specified by:
evaluate in interface TupleQuery
- Throws:
HTTPQueryEvaluationException
evaluate
public void evaluate(TupleQueryResultHandler handler)
throws QueryEvaluationException,
TupleQueryResultHandlerException
- Specified by:
evaluate in interface TupleQuery
- Throws:
QueryEvaluationException
TupleQueryResultHandlerException
Copyright © 2001-2007 Aduna. All Rights Reserved.