Package org.eclipse.rdf4j.query.resultio
package org.eclipse.rdf4j.query.resultio
-
Interface SummaryInterfaceDescriptionA general interface for boolean query result parsers.Returns
BooleanQueryResultParser
s for a specific boolean query result format.The interface of objects that writer query results in a specific query result format.ReturnsBooleanQueryResultWriter
s for a specific boolean query result format.Base interface for parsers of query results in both boolean and tuple forms.The base interface for writers of query results sets and boolean results.A general interface for tuple query result parsers.A TupleQueryResultParserFactory returnsTupleQueryResultParser
s for a specific tuple query result format.The interface of objects that writer query results in a specific query result format.ReturnsTupleQueryResultWriter
s for a specific tuple query result format. -
Class SummaryClassDescriptionBase class for
QueryResultParser
s offering common functionality for query result parsers.Base class forQueryResultWriter
s offering common functionality for query result writers.Base class forTupleQueryResultParser
s offering common functionality for query result parsers.RioSetting
constants to use withQueryResultWriter
s.Represents the concept of a boolean query result serialization format.A registry that keeps track of the availableBooleanQueryResultParserFactory
s.A registry that keeps track of the availableBooleanQueryResultWriterFactory
s.The base class of all file formats that represent the results of queries.Class offering utility methods related to query results.Represents the concept of an tuple query result serialization format.A registry that keeps track of the availableTupleQueryResultParserFactory
s.A registry that keeps track of the availableTupleQueryResultWriterFactory
s. -
Exception SummaryExceptionDescriptionA 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.A Runtime exception indicating that a specific query result format is not supported.