public abstract class QueryExecutionBaseSelect extends QueryExecutionDecorator implements QueryExecutionStreaming
decoratee| Constructor and Description |
|---|
QueryExecutionBaseSelect(com.hp.hpl.jena.query.Query query,
QueryExecutionFactory subFactory) |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
createModel(Iterator<com.hp.hpl.jena.graph.Triple> it) |
static com.hp.hpl.jena.rdf.model.Model |
createModel(com.hp.hpl.jena.rdf.model.Model result,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
boolean |
execAsk() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model result) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execConstructStreaming() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model result)
A describe query is translated into a construct query.
|
Iterator<com.hp.hpl.jena.graph.Triple> |
execDescribeStreaming()
We use this query execution for retrieving the result set of the
where clause, but we neet the subFactory to describe the individual
resources then.
|
com.hp.hpl.jena.query.ResultSet |
execSelect() |
protected ResultSetClosable |
executeCoreSelect(com.hp.hpl.jena.query.Query query) |
protected abstract QueryExecutionStreaming |
executeCoreSelectX(com.hp.hpl.jena.query.Query query) |
void |
executeUpdate(com.hp.hpl.jena.update.UpdateRequest updateRequest) |
static com.hp.hpl.jena.graph.Node |
extractDescribeNode(com.hp.hpl.jena.query.Query query) |
abort, close, getContext, getDataset, getDecoratee, getQuery, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionBaseSelect(com.hp.hpl.jena.query.Query query,
QueryExecutionFactory subFactory)
public static com.hp.hpl.jena.rdf.model.Model createModel(Iterator<com.hp.hpl.jena.graph.Triple> it)
public static com.hp.hpl.jena.rdf.model.Model createModel(com.hp.hpl.jena.rdf.model.Model result,
Iterator<com.hp.hpl.jena.graph.Triple> it)
protected abstract QueryExecutionStreaming executeCoreSelectX(com.hp.hpl.jena.query.Query query)
protected ResultSetClosable executeCoreSelect(com.hp.hpl.jena.query.Query query)
public boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionexecAsk in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execDescribe()
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public static com.hp.hpl.jena.graph.Node extractDescribeNode(com.hp.hpl.jena.query.Query query)
public Iterator<com.hp.hpl.jena.graph.Triple> execDescribeStreaming()
execDescribeStreaming in interface QueryExecutionStreamingpublic com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model result)
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>result - public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model result)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public Iterator<com.hp.hpl.jena.graph.Triple> execConstructStreaming()
execConstructStreaming in interface QueryExecutionStreamingpublic com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public void executeUpdate(com.hp.hpl.jena.update.UpdateRequest updateRequest)
Copyright © 2014. All rights reserved.