| Package | Description |
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.http.protocol.transaction.operations | |
| org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.query.parser | |
| org.eclipse.rdf4j.query.parser.impl | |
| org.eclipse.rdf4j.query.parser.sparql |
The SPARQL query engine.
|
| org.eclipse.rdf4j.repository.sparql.query |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.methods.HttpUriRequest |
SPARQLProtocolSession.getQueryMethod(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
protected org.apache.http.client.methods.HttpUriRequest |
RDF4JProtocolSession.getQueryMethod(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
protected List<org.apache.http.NameValuePair> |
SPARQLProtocolSession.getQueryMethodParameters(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
protected List<org.apache.http.NameValuePair> |
RDF4JProtocolSession.getQueryMethodParameters(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
protected org.apache.http.client.methods.HttpUriRequest |
SPARQLProtocolSession.getUpdateMethod(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
protected org.apache.http.client.methods.HttpUriRequest |
SPARQLProtocolSession.getUpdateMethod(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
protected org.apache.http.client.methods.HttpUriRequest |
RDF4JProtocolSession.getUpdateMethod(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxExecutionTime,
Binding... bindings) |
protected List<org.apache.http.NameValuePair> |
SPARQLProtocolSession.getUpdateMethodParameters(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
protected List<org.apache.http.NameValuePair> |
SPARQLProtocolSession.getUpdateMethodParameters(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
protected List<org.apache.http.NameValuePair> |
RDF4JProtocolSession.getUpdateMethodParameters(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
boolean |
SPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
boolean |
SPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
GraphQueryResult |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
void |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
RDFHandler handler,
Binding... bindings) |
GraphQueryResult |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
RDFHandler handler,
Binding... bindings) |
TupleQueryResult |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
TupleQueryResult |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
void |
SPARQLProtocolSession.sendUpdate(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
void |
SPARQLProtocolSession.sendUpdate(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
SPARQLUpdateOperation.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPARQLUpdateOperation.setDataset(Dataset dataset) |
| Constructor and Description |
|---|
SPARQLUpdateOperation(String updateString,
String baseURI,
boolean includeInferred,
Dataset dataset,
Binding... bindings) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Operation.getDataset()
Gets the dataset that has been set using
Operation.setDataset(Dataset), if any. |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setDataset(Dataset dataset)
Specifies the dataset against which to execute an operation, overriding any dataset that is specified
in the operation itself.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetImpl
Deprecated.
since 4.0. Use
SimpleDataset instead. |
class |
FallbackDataset |
class |
SimpleDataset
A simple implementation of the
Dataset interface. |
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
AbstractOperation.dataset |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
FallbackDataset.fallback(Dataset primary,
Dataset fallback) |
Dataset |
AbstractParserQuery.getActiveDataset()
Gets the "active" dataset for this query.
|
Dataset |
AbstractOperation.getDataset() |
protected Dataset |
AbstractParserUpdate.getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in
the SPARQL operation itself.
|
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
FallbackDataset.fallback(Dataset primary,
Dataset fallback) |
protected Dataset |
AbstractParserUpdate.getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in
the SPARQL operation itself.
|
void |
AbstractOperation.setDataset(Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
ParsedQuery.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
Map<UpdateExpr,Dataset> |
ParsedUpdate.getDatasetMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParsedUpdate.map(UpdateExpr updateExpr,
Dataset dataset) |
void |
ParsedQuery.setDataset(Dataset dataset) |
| Constructor and Description |
|---|
ParsedQuery(String sourceString,
TupleExpr tupleExpr,
Dataset dataset)
Creates a new query object.
|
ParsedQuery(TupleExpr tupleExpr,
Dataset dataset)
Creates a new query object.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
AbstractParserQuery.getActiveDataset()
Gets the "active" dataset for this query.
|
protected Dataset |
AbstractParserUpdate.getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in
the SPARQL operation itself.
|
| Modifier and Type | Method and Description |
|---|---|
protected Dataset |
AbstractParserUpdate.getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in
the SPARQL operation itself.
|
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
DatasetDeclProcessor.process(ASTOperationContainer qc)
Extracts a SPARQL
Dataset from an ASTQueryContainer, if one is contained. |
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
SPARQLOperation.dataset
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
SPARQLOperation.getDataset()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPARQLOperation.setDataset(Dataset dataset)
Deprecated.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.