Package | Description |
---|---|
org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
org.eclipse.rdf4j.query.impl | |
org.eclipse.rdf4j.query.resultio.helpers |
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 |
BackgroundGraphResult
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.
|
class |
GraphQueryResultImpl
Deprecated.
since 2.0. Use
IteratingGraphQueryResult instead. |
class |
IteratingGraphQueryResult
An iterating implementation of the
GraphQueryResult interface. |
class |
IteratingTupleQueryResult
An iterating implementation of the
TupleQueryResult interface. |
class |
MutableTupleQueryResult
An implementation of the
TupleQueryResult interface that stores the complete query result in memory. |
class |
TupleQueryResultImpl
Deprecated.
since 2.0. Use
IteratingTupleQueryResult instead. |
Modifier and Type | Class and Description |
---|---|
class |
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.