|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryExecution | |
|---|---|
| com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
| Uses of QueryExecution in com.hp.hpl.jena.query |
|---|
| Methods in com.hp.hpl.jena.query that return QueryExecution | |
|---|---|
static QueryExecution |
QueryExecutionFactory.create(Query query)
Create a QueryExecution |
static QueryExecution |
QueryExecutionFactory.create(Query query,
Dataset dataset)
Create a QueryExecution to execute over the Dataset. |
static QueryExecution |
QueryExecutionFactory.create(Query query,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(Query query,
com.hp.hpl.jena.util.FileManager fm)
Create a QueryExecution : the file manager will be used to load URIs in the query decription. |
static QueryExecution |
QueryExecutionFactory.create(Query query,
com.hp.hpl.jena.rdf.model.Model model)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
QueryExecutionFactory.create(Query query,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Create a QueryExecution to execute over the Model, given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(Query query,
QuerySolution initialBinding)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr)
Create a QueryExecution |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Dataset dataset)
Create a QueryExecution to execute over the Dataset. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
com.hp.hpl.jena.util.FileManager fm)
Create a QueryExecution : the file manager will be used to load URIs in the query decription. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
com.hp.hpl.jena.rdf.model.Model model)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Create a QueryExecution to execute over the Model, given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
QuerySolution initialBinding)
Create a QueryExecution given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax syntax)
Create a QueryExecution |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax syntax,
Dataset dataset)
Create a QueryExecution to execute over the Dataset. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax syntax,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax syntax,
com.hp.hpl.jena.util.FileManager fm)
Create a QueryExecution : the file manager will be used to load URIs in the query decription. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax lang,
com.hp.hpl.jena.rdf.model.Model model)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax syntax,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Create a QueryExecution to execute over the Model, given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String queryStr,
Syntax syntax,
QuerySolution initialBinding)
Create a QueryExecution given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.sparqlService(java.lang.String service,
Query query)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(java.lang.String service,
Query query,
java.util.List<java.lang.String> defaultGraphURIs,
java.util.List<java.lang.String> namedGraphURIs)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(java.lang.String service,
Query query,
java.lang.String defaultGraph)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(java.lang.String service,
java.lang.String query)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(java.lang.String service,
java.lang.String query,
java.util.List<java.lang.String> defaultGraphURIs,
java.util.List<java.lang.String> namedGraphURIs)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(java.lang.String service,
java.lang.String query,
java.lang.String defaultGraph)
Create a QueryExecution that will access a SPARQL service over HTTP |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||