|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QuerySolution in com.hp.hpl.jena.query |
---|
Methods in com.hp.hpl.jena.query that return QuerySolution | |
---|---|
QuerySolution |
ResultSet.nextSolution()
Moves onto the next result possibility. |
Methods in com.hp.hpl.jena.query with parameters of type QuerySolution | |
---|---|
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.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. |
void |
QueryExecution.setInitialBinding(QuerySolution binding)
Set the initial association of variables and values. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |