Package com.hp.hpl.jena.sparql.resultset

Interface Summary
OutputFormatter Interface for all formatters of result sets.
ResultSetPeekable Interfaces for result sets that allow peeking ahead
ResultSetProcessor  
ResultSetRewindable  
XMLResults  
 

Class Summary
CSVInput Convenient comma separated values - see also TSV (tab separated values) which outputs full RDF terms (in Turtle-style).
CSVInputIterator Class used to do streaming parsing of actual result rows from the CSV
CSVOutput Convenient comma separated values - see also TSV (tab separated values) which outputs full RDF terms (in Turtle-style).
JSONInput  
JSONInputIterator Streaming Iterator over SPARQL JSON results, not yet fully implemented (see JENA-267)
JSONOutput  
JSONOutputASK JSON Output (ASK format)
JSONOutputResultSet A JSON writer for SPARQL Result Sets.
JSONResultsKW  
OutputBase  
PlainFormat  
RDFInput  
RDFOutput  
ResultSetApply A class to walk a result set.
ResultSetCompare  
ResultSetCompare.BNodeIso  
ResultSetMem An in-memory result set.
ResultSetPeeking A wrapper around another result set that provides peek capabilities
ResultsFormat  
SortedResultSet Sort a result set.
SPARQLResult The class "ResultSet" is reserved for the SELECT result format.
TextOutput Takes a ResultSet object and creates displayable formatted output in plain text.
TSVInput Input reader associated to TSVOutput.
TSVInputIterator Class used to do streaming parsing of actual result rows from the TSV
TSVOutput Tab Separated Values.
XMLInput Code that reads an XML Result Set and builds the ARQ structure for the same.
XMLOutput  
XMLOutputASK XML Output (ASK format)
XMLOutputResultSet XML Output (ResultSet format)
 

Exception Summary
ResultSetException  
 



Licenced under the Apache License, Version 2.0