| AbstractQueryResultParser |
Base class for QueryResultParsers offering common functionality for query result parsers.
|
| BooleanQueryResultFormat |
Represents the concept of a boolean query result serialization format.
|
| BooleanQueryResultParser |
A general interface for boolean query result parsers.
|
| BooleanQueryResultParserFactory |
|
| BooleanQueryResultParserRegistry |
|
| BooleanQueryResultWriter |
The interface of objects that writer query results in a specific query result format.
|
| BooleanQueryResultWriterFactory |
|
| BooleanQueryResultWriterRegistry |
|
| QueryResultFormat |
The base class of all file formats that represent the results of queries.
|
| QueryResultParseException |
A parse exception that can be thrown by a query result parser when it encounters an error from which it cannot or
doesn't want to recover.
|
| QueryResultParser |
Base interface for parsers of query results in both boolean and tuple forms.
|
| QueryResultWriter |
The base interface for writers of query results sets and boolean results.
|
| TupleQueryResultFormat |
Represents the concept of an tuple query result serialization format.
|
| TupleQueryResultParser |
A general interface for tuple query result parsers.
|
| TupleQueryResultParserFactory |
|
| TupleQueryResultParserRegistry |
|
| TupleQueryResultWriter |
The interface of objects that writer query results in a specific query result format.
|
| TupleQueryResultWriterFactory |
|
| TupleQueryResultWriterRegistry |
|
| UnsupportedQueryResultFormatException |
A Runtime exception indicating that a specific query result format is not supported.
|