|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuerySolution | |
|---|---|
| com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
| com.hp.hpl.jena.sparql.core | |
| com.hp.hpl.jena.update | |
| Uses of QuerySolution in com.hp.hpl.jena.query |
|---|
| Classes in com.hp.hpl.jena.query that implement QuerySolution | |
|---|---|
class |
QuerySolutionMap
Implementation of QuerySolution that is backed by an in-memory map. |
| Methods in com.hp.hpl.jena.query that return QuerySolution | |
|---|---|
QuerySolution |
ResultSet.next()
Moves onto the next result. |
QuerySolution |
ResultSet.nextSolution()
Moves onto the next result (legacy - use .next()). |
| Methods in com.hp.hpl.jena.query that return types with arguments of type QuerySolution | |
|---|---|
static java.util.List<QuerySolution> |
ResultSetFormatter.toList(ResultSet resultSet)
Turn the result set into a java.util.List |
| Methods in com.hp.hpl.jena.query with parameters of type QuerySolution | |
|---|---|
void |
QuerySolutionMap.addAll(QuerySolution other)
Add all of the solutions from one QuerySolution into this QuerySolutionMap |
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.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,
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.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,
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.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. |
void |
QueryExecution.setInitialBinding(QuerySolution binding)
Set the initial association of variables and values. |
| Uses of QuerySolution in com.hp.hpl.jena.sparql.core |
|---|
| Classes in com.hp.hpl.jena.sparql.core that implement QuerySolution | |
|---|---|
class |
com.hp.hpl.jena.sparql.core.QuerySolutionBase
|
| Uses of QuerySolution in com.hp.hpl.jena.update |
|---|
| Methods in com.hp.hpl.jena.update with parameters of type QuerySolution | |
|---|---|
static UpdateProcessor |
UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update,
GraphStore graphStore,
QuerySolution initialSolution)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution initialSolution)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static void |
UpdateAction.execute(com.hp.hpl.jena.sparql.modify.op.Update update,
Dataset dataset,
QuerySolution initialBinding)
Execute a single SPARQL/Update operation. |
static void |
UpdateAction.execute(com.hp.hpl.jena.sparql.modify.op.Update update,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Execute a single SPARQL/Update operation. |
static void |
UpdateAction.execute(UpdateRequest request,
Dataset dataset,
QuerySolution initialBinding)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Execute SPARQL/Update operations. |
static void |
UpdateAction.parseExecute(java.lang.String updateString,
Dataset dataset,
QuerySolution initialBinding)
Parse a string containing SPARQL/Update operations, and execute the operations. |
static void |
UpdateAction.parseExecute(java.lang.String updateString,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Parse a string containing SPARQL/Update operations, and execute the operations. |
static void |
UpdateAction.readExecute(java.lang.String filename,
Dataset dataset,
QuerySolution initialBinding)
Read a file containing SPARQL/Update operations, and execute the operations. |
static void |
UpdateAction.readExecute(java.lang.String filename,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Read a file containing SPARQL/Update operations, and execute the operations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||