Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.impl |
Modifier and Type | Class and Description |
---|---|
class |
BackgroundGraphResult
Provides concurrent access to statements as they are being parsed.
|
class |
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphQueryResult
A representation of a query result as a sequence of
Statement
objects. |
interface |
TupleQueryResult
A representation of a variable-binding query result as a sequence of
BindingSet objects. |
Modifier and Type | Class and Description |
---|---|
class |
GraphQueryResultImpl
An utility implementation of the
GraphQueryResult interface. |
class |
MutableTupleQueryResult
An implementation of the
TupleQueryResult interface that stores the
complete query result in memory. |
class |
TupleQueryResultImpl
A generic implementation of the
TupleQueryResult interface. |
Copyright © 2001-2013 Aduna. All Rights Reserved.