All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractQueryResultParser Base class forQueryResultParsers offering common functionality for query result parsers.AbstractQueryResultWriter Base class forQueryResultWriters offering common functionality for query result writers.AbstractTupleQueryResultParser Base class forTupleQueryResultParsers offering common functionality for query result parsers.BackgroundTupleResult Deprecated. BasicQueryWriterSettings RioSettingconstants to use withQueryResultWriters.BooleanQueryResultFormat Represents the concept of a boolean query result serialization format.BooleanQueryResultParser A general interface for boolean query result parsers.BooleanQueryResultParserFactory ReturnsBooleanQueryResultParsers for a specific boolean query result format.BooleanQueryResultParserRegistry A registry that keeps track of the availableBooleanQueryResultParserFactorys.BooleanQueryResultWriter The interface of objects that writer query results in a specific query result format.BooleanQueryResultWriterFactory ReturnsBooleanQueryResultWriters for a specific boolean query result format.BooleanQueryResultWriterRegistry A registry that keeps track of the availableBooleanQueryResultWriterFactorys.QueryResultCollector An implementation of theQueryResultHandlerinterface that is able to collect a single result from either Boolean or Tuple results simultaneously.QueryResultFormat The base class of all file formats that represent the results of queries.QueryResultIO Class offering utility methods related to query results.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 A TupleQueryResultParserFactory returnsTupleQueryResultParsers for a specific tuple query result format.TupleQueryResultParserRegistry A registry that keeps track of the availableTupleQueryResultParserFactorys.TupleQueryResultWriter The interface of objects that writer query results in a specific query result format.TupleQueryResultWriterFactory ReturnsTupleQueryResultWriters for a specific tuple query result format.TupleQueryResultWriterRegistry A registry that keeps track of the availableTupleQueryResultWriterFactorys.UnsupportedQueryResultFormatException A Runtime exception indicating that a specific query result format is not supported.