Package org.openrdf.sesame.query

Interface Summary
BinaryTableResultConstants Interface defining constants for the binary table result format.
GraphQueryResultListener A listener for graph-like query results.
TableQueryResultListener A listener for table-like query results.
 

Class Summary
BinaryTableResultReader Reader for the binary table result format.
BinaryTableResultWriter Writer for the binary table result format.
GraphQuery A GraphQuery is a query that produces an RDF graph (or a set of statements) as its result.
GraphQueryDuplicatesFilter A GraphQueryResultListener that filters any duplicates from the query results and forwards these filtered results to another GraphQueryResultListener.
HtmlTableWriter A TableQueryResultListener that converts the query results into an HTML document.
QueryErrorType A type-safe enumeration class for query error types.
QueryResultsGraphBuilder An implementation of GraphQueryResultListener that can be used to create a Graph from a query result.
QueryResultsTable A table for query results.
QueryResultsTableBuilder A TableQueryResultListener that can be used to build a QueryResultsTable.
RdfGraphWriter  
StdOutGraphQueryResultWriter A default implementation of GraphQueryResultListener that simply writes all results to System.out.
TableQuery A TableQuery is a query that produces a table of values as its result.
TableQueryDuplicatesFilter A TableQueryResultListener that filters any duplicates from the query results and forwards these filtered results to another TableQueryResultListener.
Tuple Represents a tuple of Values.
VarBindingRdfWriter A TableQueryResultListener that converts query results into an RDF document containing variable bindings.
XmlQueryResultReader Reader for reading query results that are in Sesame's XML format for query results.
XmlQueryResultWriter A TableQueryResultListener that converts query results into an XML document.
 

Exception Summary
MalformedQueryException  
QueryEvaluationException  
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.