Package org.eclipse.rdf4j.query.resultio
-
Interface Summary Interface Description BooleanQueryResultParser A general interface for boolean query result parsers.BooleanQueryResultParserFactory ReturnsBooleanQueryResultParser
s for a specific boolean query result format.BooleanQueryResultWriter The interface of objects that writer query results in a specific query result format.BooleanQueryResultWriterFactory ReturnsBooleanQueryResultWriter
s for a specific boolean query result format.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.TupleQueryResultParser A general interface for tuple query result parsers.TupleQueryResultParserFactory A TupleQueryResultParserFactory returnsTupleQueryResultParser
s for a specific tuple query result format.TupleQueryResultWriter The interface of objects that writer query results in a specific query result format.TupleQueryResultWriterFactory ReturnsTupleQueryResultWriter
s for a specific tuple query result format. -
Class Summary Class Description AbstractQueryResultParser Base class forQueryResultParser
s offering common functionality for query result parsers.AbstractQueryResultWriter Base class forQueryResultWriter
s offering common functionality for query result writers.AbstractTupleQueryResultParser Base class forTupleQueryResultParser
s offering common functionality for query result parsers.BasicQueryWriterSettings RioSetting
constants to use withQueryResultWriter
s.BooleanQueryResultFormat Represents the concept of a boolean query result serialization format.BooleanQueryResultParserRegistry A registry that keeps track of the availableBooleanQueryResultParserFactory
s.BooleanQueryResultParserRegistry.BooleanQueryResultParserRegistryHolder Internal helper class to avoid continuous synchronized checking.BooleanQueryResultWriterRegistry A registry that keeps track of the availableBooleanQueryResultWriterFactory
s.BooleanQueryResultWriterRegistry.BooleanQueryResultWriterRegistryHolder Internal helper class to avoid continuous synchronized checking.QueryResultFormat The base class of all file formats that represent the results of queries.QueryResultIO Class offering utility methods related to query results.RDFStarDecodingQueryResultHandler AQueryResultHandler
that delegates all results to another handler and processes RDF-star triples encoded as special IRIs back to RDF-star triple values.TupleQueryResultFormat Represents the concept of an tuple query result serialization format.TupleQueryResultParserRegistry A registry that keeps track of the availableTupleQueryResultParserFactory
s.TupleQueryResultParserRegistry.TupleQueryResultParserRegistryHolder Internal helper class to avoid continuous synchronized checking.TupleQueryResultWriterRegistry A registry that keeps track of the availableTupleQueryResultWriterFactory
s.TupleQueryResultWriterRegistry.TupleQueryResultWriterRegistryHolder Internal helper class to avoid continuous synchronized checking.ValueMappingBindingSet ABindingSet
that provides a mechanism to map values by using a customFunction
. -
Exception Summary Exception Description 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.UnsupportedQueryResultFormatException A Runtime exception indicating that a specific query result format is not supported.