|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.query.QueryExecutionFactory
public class QueryExecutionFactory
Place that makes QueryExecution objects.
Method Summary | |
---|---|
static QueryExecution |
create(Query query)
Create a QueryExecution |
static QueryExecution |
create(Query query,
Dataset dataset)
Create a QueryExecution to execute over the Dataset. |
static QueryExecution |
create(Query query,
Dataset dataset,
QuerySolution intialBinding)
Create a QueryExecution over a Dataset given some initial values of variables. |
static QueryExecution |
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 |
create(Query query,
com.hp.hpl.jena.rdf.model.Model model)
Create a QueryExecution to execute over the Model. |
static QueryExecution |
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 |
create(Query query,
QuerySolution initialBinding)
Create a QueryExecution given some initial values of variables. |
static QueryExecution |
create(java.lang.String service,
Query query)
|
static QueryExecution |
create(java.lang.String service,
Query query,
java.util.List defaultGraphURIs,
java.util.List namedGraphURIs)
|
static QueryExecution |
create(java.lang.String service,
Query query,
java.lang.String defaultGraph)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static QueryExecution create(Query query)
query
- Query string
public static QueryExecution create(Query query, Dataset dataset)
query
- Query stringdataset
- Target of the query
public static QueryExecution create(Query query, com.hp.hpl.jena.util.FileManager fm)
query
- Query stringfm
- FileManager
public static QueryExecution create(Query query, com.hp.hpl.jena.rdf.model.Model model)
query
- Query stringmodel
- Target of the query
public static QueryExecution create(Query query, com.hp.hpl.jena.rdf.model.Model model, QuerySolution initialBinding)
query
- Query stringmodel
- Target of the queryinitialBinding
- Any initial binding of variables
public static QueryExecution create(Query query, QuerySolution initialBinding)
query
- Query stringinitialBinding
- Any initial binding of variables
public static QueryExecution create(Query query, Dataset dataset, QuerySolution intialBinding)
query
- Query stringdataset
- Target of the queryintialBinding
- Any initial binding of variables
public static QueryExecution create(java.lang.String service, Query query)
public static QueryExecution create(java.lang.String service, Query query, java.lang.String defaultGraph)
public static QueryExecution create(java.lang.String service, Query query, java.util.List defaultGraphURIs, java.util.List namedGraphURIs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |