Package | Description |
---|---|
org.openrdf.http.client.query | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.impl | |
org.openrdf.repository.http |
A repository that serves as a proxy for a remote repository on a Sesame server.
|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
org.openrdf.repository.sparql.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPQuery
Base class for any
Query operation over HTTP. |
class |
AbstractHTTPUpdate
Base class for any
Update operation over HTTP. |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanQuery |
interface |
GraphQuery |
interface |
Query
A query on a repository that can be formulated in one of the supported query
languages (for example SeRQL or SPARQL).
|
interface |
TupleQuery |
interface |
Update
An update operation on a repository that can be formulated in one of the
supported query languages (for example SPARQL).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation
Abstract super class of all operation types.
|
class |
AbstractQuery
Abstract super class of all query types.
|
class |
AbstractUpdate
Abstract super class of all update types.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.
|
class |
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.
|
class |
HTTPTupleQuery
TupleQuery specific to the HTTP protocol.
|
class |
HTTPUpdate
Update specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailBooleanQuery |
class |
SailGraphQuery |
class |
SailQuery |
class |
SailTupleQuery |
class |
SailUpdate |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanQuery
Parses boolean query response from remote stores.
|
class |
SPARQLGraphQuery
Parses RDF results in the background.
|
class |
SPARQLOperation
Deprecated.
|
class |
SPARQLQuery
Deprecated.
replaced by
AbstractHTTPQuery |
class |
SPARQLTupleQuery
Parses tuple results in the background.
|
class |
SPARQLUpdate
Update operation of the
SPARQLRepository |
Copyright © 2001-2016 Aduna. All Rights Reserved.