|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.impl.AbstractQuery
org.openrdf.repository.http.HTTPQuery
org.openrdf.repository.http.HTTPBooleanQuery
public class HTTPBooleanQuery
TupleQuery specific to the HTTP protocol. Methods in this class may throw the specific RepositoryException subclass UnautorizedException, the semantics of which is defined by the HTTP protocol.
UnauthorizedException| Field Summary |
|---|
| Fields inherited from class org.openrdf.repository.http.HTTPQuery |
|---|
baseURI, httpCon, queryLanguage, queryString |
| Fields inherited from class org.openrdf.query.impl.AbstractQuery |
|---|
bindings, dataset, includeInferred, maxQueryTime |
| Constructor Summary | |
|---|---|
HTTPBooleanQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate()
|
| Methods inherited from class org.openrdf.repository.http.HTTPQuery |
|---|
getBindingsArray, toString |
| Methods inherited from class org.openrdf.query.impl.AbstractQuery |
|---|
getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openrdf.query.Query |
|---|
getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime |
| Constructor Detail |
|---|
public HTTPBooleanQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
| Method Detail |
|---|
public boolean evaluate()
throws HTTPQueryEvaluationException
evaluate in interface BooleanQueryHTTPQueryEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||