Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.core | |
com.hp.hpl.jena.sparql.engine | |
com.hp.hpl.jena.sparql.engine.binding | |
com.hp.hpl.jena.sparql.engine.http | |
com.hp.hpl.jena.sparql.resultset | |
com.hp.hpl.jena.update |
Modifier and Type | Class and Description |
---|---|
class |
QuerySolutionMap
Implementation of QuerySolution that is backed by an in-memory map.
|
Modifier and Type | Method and Description |
---|---|
QuerySolution |
ResultSet.next()
Moves onto the next result.
|
QuerySolution |
ResultSet.nextSolution()
Moves onto the next result (legacy - use .next()).
|
Modifier and Type | Method and Description |
---|---|
static List<QuerySolution> |
ResultSetFormatter.toList(ResultSet resultSet)
Turn the result set into a java.util.List
|
Modifier and Type | Method and Description |
---|---|
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,
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,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables.
|
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
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,
Dataset dataset,
QuerySolution initialBinding)
Create a QueryExecution over a Dataset given some initial values of variables.
|
static QueryExecution |
QueryExecutionFactory.create(String queryStr,
Syntax syntax,
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.
|
void |
QueryExecution.setInitialBinding(QuerySolution binding)
Set the initial association of variables and values.
|
Modifier and Type | Class and Description |
---|---|
class |
QuerySolutionBase
Implementation of QuerySolution that contains the canonicalization and casting code.
|
class |
ResultBinding
A mapping from variable name to an RDF value.
|
Modifier and Type | Method and Description |
---|---|
QuerySolution |
ResultSetStream.next()
Moves onto the next result possibility.
|
QuerySolution |
ResultSetStream.nextSolution()
Moves onto the next result possibility.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutionBase.setInitialBinding(QuerySolution startSolution) |
Modifier and Type | Method and Description |
---|---|
static void |
BindingUtils.addToBinding(BindingMap binding,
QuerySolution qSolution) |
static Binding |
BindingUtils.asBinding(QuerySolution qSolution)
Convert a query solution to a binding
|
Modifier and Type | Method and Description |
---|---|
void |
QueryEngineHTTP.setInitialBinding(QuerySolution binding) |
Modifier and Type | Method and Description |
---|---|
QuerySolution |
ResultSetMem.next()
Moves onto the next result possibility.
|
QuerySolution |
SortedResultSet.next() |
QuerySolution |
ResultSetPeeking.next() |
QuerySolution |
ResultSetMem.nextSolution()
Moves onto the next result possibility.
|
QuerySolution |
SortedResultSet.nextSolution() |
QuerySolution |
ResultSetPeeking.nextSolution() |
QuerySolution |
ResultSetMem.peek() |
QuerySolution |
ResultSetPeeking.peek() |
QuerySolution |
ResultSetPeekable.peek()
Peek at the next query solution
|
Modifier and Type | Method and Description |
---|---|
void |
JSONOutputResultSet.finish(QuerySolution qs) |
void |
ResultSetProcessor.finish(QuerySolution qs)
Finish query solution (row in result set)
|
void |
PlainFormat.finish(QuerySolution qs) |
void |
XMLOutputResultSet.finish(QuerySolution qs) |
void |
JSONOutputResultSet.start(QuerySolution qs) |
void |
ResultSetProcessor.start(QuerySolution qs)
Start query solution (row in result set)
|
void |
PlainFormat.start(QuerySolution qs) |
void |
XMLOutputResultSet.start(QuerySolution qs) |
Modifier and Type | Method and Description |
---|---|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static void |
UpdateAction.execute(Update update,
GraphStore graphStore,
QuerySolution inputBinding)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore,
QuerySolution inputBinding)
Execute SPARQL Update operations.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input,
QuerySolution inputBinding,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
String fileName,
QuerySolution inputBinding,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by reading it from a file
|
static void |
UpdateAction.readExecute(String filename,
GraphStore graphStore,
QuerySolution inputBinding)
Read a file containing SPARQL Update operations, and execute the operations.
|
Licenced under the Apache License, Version 2.0