|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.joseki.QueryEngineHTTP
Create an execution object for performing an RDQL query on a model over HTTP.
Constructor Summary | |
QueryEngineHTTP(com.hp.hpl.jena.rdql.Query q,
java.lang.String urlStr)
|
|
QueryEngineHTTP(com.hp.hpl.jena.rdql.Query q,
java.net.URL u)
|
Method Summary | |
void |
abort()
Stop in mid execution. |
void |
close()
Normal end of use of this execution |
com.hp.hpl.jena.rdql.QueryResults |
exec()
|
com.hp.hpl.jena.rdql.QueryResults |
exec(com.hp.hpl.jena.rdql.ResultBinding rb)
|
HttpQuery |
getHttpQuery()
|
com.hp.hpl.jena.rdf.model.Model |
getResultModel()
Get the last result model |
void |
init()
Initialise a query execution. |
void |
releaseResultModel()
Release last result model (in case its very large). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryEngineHTTP(com.hp.hpl.jena.rdql.Query q, java.lang.String urlStr)
public QueryEngineHTTP(com.hp.hpl.jena.rdql.Query q, java.net.URL u)
Method Detail |
public void init()
init
in interface com.hp.hpl.jena.rdql.QueryExecution
public com.hp.hpl.jena.rdql.QueryResults exec(com.hp.hpl.jena.rdql.ResultBinding rb)
exec
in interface com.hp.hpl.jena.rdql.QueryExecution
public com.hp.hpl.jena.rdql.QueryResults exec()
exec
in interface com.hp.hpl.jena.rdql.QueryExecution
public void abort()
abort
in interface com.hp.hpl.jena.rdql.QueryExecution
public void close()
close
in interface com.hp.hpl.jena.rdql.QueryExecution
public com.hp.hpl.jena.rdf.model.Model getResultModel()
public void releaseResultModel()
public HttpQuery getHttpQuery()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |