| Package | Description |
|---|---|
| org.apache.clerezza.dataset |
This package provides access to named
ImmutableGraphS and GraphS that may originate from various
implementations. |
| org.apache.clerezza.sparql | |
| org.apache.clerezza.sparql.query | |
| org.apache.clerezza.sparql.query.impl |
| Modifier and Type | Method and Description |
|---|---|
Object |
TcManager.executeSparqlQuery(Query query,
Graph defaultGraph)
Deprecated.
Query is discontinued
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryParser.parse(String queryString)
Parses a SPARQL query string into a
Query object. |
| Modifier and Type | Method and Description |
|---|---|
String |
StringQuerySerializer.serialize(Query query)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AskQuery
This interface represents a SPARQL ASK query.
|
interface |
ConstructQuery
This interface represents a SPARQL CONSTRUCT query.
|
interface |
DescribeQuery
This interface represents a SPARQL SELECT query.
|
interface |
QueryWithSolutionModifier
This interface represents a SPARQL query which contains a specification
of solution modifiers: GROUP BY, HAVING, ORDER BY, OFFSET, and LIMIT.
|
interface |
SelectQuery
This interface represents a SPARQL SELECT query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
SparqlUnit.getQuery() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAskQuery |
class |
SimpleConstructQuery |
class |
SimpleDescribeQuery |
class |
SimpleQuery |
class |
SimpleQueryWithSolutionModifier |
class |
SimpleSelectQuery |
| Modifier and Type | Method and Description |
|---|---|
Query |
SimpleSparqlUnit.getQuery() |
| Constructor and Description |
|---|
SimpleSparqlUnit(Query query) |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.