|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryExecution | |
---|---|
com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
com.hp.hpl.jena.sparql.engine | |
com.hp.hpl.jena.sparql.engine.http | |
com.hp.hpl.jena.sparql.util |
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(String queryStr)
Create a QueryExecution |
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
Dataset dataset)
Create a QueryExecution to execute over the Dataset. |
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(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(String queryStr,
com.hp.hpl.jena.rdf.model.Model model)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
QueryExecutionFactory.create(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(String queryStr,
QuerySolution initialBinding)
Create a QueryExecution given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
Syntax syntax)
Create a QueryExecution |
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
Syntax syntax,
Dataset dataset)
Create a QueryExecution to execute over the Dataset. |
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
Syntax syntax,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(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(String queryStr,
Syntax lang,
com.hp.hpl.jena.rdf.model.Model model)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
QueryExecutionFactory.create(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(String queryStr,
Syntax syntax,
QuerySolution initialBinding)
Create a QueryExecution given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.sparqlService(String service,
Query query)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(String service,
Query query,
List<String> defaultGraphURIs,
List<String> namedGraphURIs)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(String service,
Query query,
String defaultGraph)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(String service,
String query)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(String service,
String query,
List<String> defaultGraphURIs,
List<String> namedGraphURIs)
Create a QueryExecution that will access a SPARQL service over HTTP |
static QueryExecution |
QueryExecutionFactory.sparqlService(String service,
String query,
String defaultGraph)
Create a QueryExecution that will access a SPARQL service over HTTP |
Uses of QueryExecution in com.hp.hpl.jena.sparql.engine |
---|
Classes in com.hp.hpl.jena.sparql.engine that implement QueryExecution | |
---|---|
class |
QueryExecutionBase
All the SPARQL query result forms made from a graph-level execution object |
Uses of QueryExecution in com.hp.hpl.jena.sparql.engine.http |
---|
Classes in com.hp.hpl.jena.sparql.engine.http that implement QueryExecution | |
---|---|
class |
QueryEngineHTTP
|
Uses of QueryExecution in com.hp.hpl.jena.sparql.util |
---|
Methods in com.hp.hpl.jena.sparql.util with parameters of type QueryExecution | |
---|---|
static void |
QueryExecUtils.executeQuery(Query query,
QueryExecution queryExecution)
|
static void |
QueryExecUtils.executeQuery(Query query,
QueryExecution queryExecution,
ResultsFormat outputFormat)
|
static com.hp.hpl.jena.rdf.model.RDFNode |
QueryExecUtils.getExactlyOne(QueryExecution qExec,
String varname)
Execute, expecting the result to be one row, one column. |
static com.hp.hpl.jena.rdf.model.RDFNode |
QueryExecUtils.getOne(QueryExecution qExec,
String varname)
Execute, expecting the result to be one row, one column. |
static void |
QueryOutputUtils.printPlan(Query query,
QueryExecution qe)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |