|
||||||||||
| 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
public abstract class HTTPQuery
| Field Summary | |
|---|---|
protected String |
baseURI
|
protected org.openrdf.repository.http.HTTPRepositoryConnection |
httpCon
|
protected QueryLanguage |
queryLanguage
|
protected String |
queryString
|
| Fields inherited from class org.openrdf.query.impl.AbstractQuery |
|---|
bindings, dataset, includeInferred, maxQueryTime |
| Constructor Summary | |
|---|---|
HTTPQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
|
|
| Method Summary | |
|---|---|
protected Binding[] |
getBindingsArray()
|
String |
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 |
| Field Detail |
|---|
protected org.openrdf.repository.http.HTTPRepositoryConnection httpCon
protected QueryLanguage queryLanguage
protected String queryString
protected String baseURI
| Constructor Detail |
|---|
public HTTPQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
| Method Detail |
|---|
protected Binding[] getBindingsArray()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||