Package org.eclipse.rdf4j.query.resultio
package org.eclipse.rdf4j.query.resultio
-
ClassDescriptionBase class for
QueryResultParsers offering common functionality for query result parsers.Base class forQueryResultWriters offering common functionality for query result writers.Base class forTupleQueryResultParsers offering common functionality for query result parsers.RioSettingconstants to use withQueryResultWriters.Represents the concept of a boolean query result serialization format.A general interface for boolean query result parsers.ReturnsBooleanQueryResultParsers for a specific boolean query result format.A registry that keeps track of the availableBooleanQueryResultParserFactorys.Internal helper class to avoid continuous synchronized checking.The interface of objects that writer query results in a specific query result format.ReturnsBooleanQueryResultWriters for a specific boolean query result format.A registry that keeps track of the availableBooleanQueryResultWriterFactorys.Internal helper class to avoid continuous synchronized checking.The base class of all file formats that represent the results of queries.Class offering utility methods related to query results.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.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.AQueryResultHandlerthat delegates all results to another handler and processes RDF-star triples encoded as special IRIs back to RDF-star triple values.Represents the concept of an tuple query result serialization format.A general interface for tuple query result parsers.A TupleQueryResultParserFactory returnsTupleQueryResultParsers for a specific tuple query result format.A registry that keeps track of the availableTupleQueryResultParserFactorys.Internal helper class to avoid continuous synchronized checking.The interface of objects that writer query results in a specific query result format.ReturnsTupleQueryResultWriters for a specific tuple query result format.A registry that keeps track of the availableTupleQueryResultWriterFactorys.Internal helper class to avoid continuous synchronized checking.A Runtime exception indicating that a specific query result format is not supported.ABindingSetthat provides a mechanism to map values by using a customFunction.