| Package | Description |
|---|---|
| org.openrdf.query.resultio |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanQueryResultFormat
Represents the concept of a boolean query result serialization format.
|
class |
TupleQueryResultFormat
Represents the concept of an tuple query result serialization format.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultFormat |
QueryResultParser.getQueryResultFormat()
Gets the query result format that this parser can parse.
|
QueryResultFormat |
TupleQueryResultParserBase.getQueryResultFormat() |
QueryResultFormat |
QueryResultWriter.getQueryResultFormat()
Gets the query result format that this writer uses.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryResultWriter |
QueryResultIO.createWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating QueryResultWriter objects.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.