org.openrdf.repository.http
Class HTTPQuery

java.lang.Object
  extended by org.openrdf.query.impl.AbstractQuery
      extended by org.openrdf.repository.http.HTTPQuery
All Implemented Interfaces:
Query
Direct Known Subclasses:
HTTPBooleanQuery, HTTPGraphQuery, HTTPTupleQuery

public abstract class HTTPQuery
extends AbstractQuery

Author:
Arjohn Kampman

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
 
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, removeBinding, setBinding, setDataset, setIncludeInferred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

httpCon

protected org.openrdf.repository.http.HTTPRepositoryConnection httpCon

queryLanguage

protected QueryLanguage queryLanguage

queryString

protected String queryString

baseURI

protected String baseURI
Constructor Detail

HTTPQuery

public HTTPQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
                 QueryLanguage ql,
                 String queryString,
                 String baseURI)
Method Detail

getBindingsArray

protected Binding[] getBindingsArray()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2008 Aduna. All Rights Reserved.