|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 intialBinding)
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 given some initial values of variables. |
static QueryExecution |
QueryExecutionFactory.create(java.lang.String service,
Query query)
|
static QueryExecution |
QueryExecutionFactory.create(java.lang.String service,
Query query,
java.util.List defaultGraphURIs,
java.util.List namedGraphURIs)
|
static QueryExecution |
QueryExecutionFactory.create(java.lang.String service,
Query query,
java.lang.String defaultGraph)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |