| Package | Description |
|---|---|
| org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
| org.openrdf.query.impl |
| 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.
|
Copyright © 2001-2015 Aduna. All Rights Reserved.