Uses of Interface
org.openrdf.query.QueryResult

Packages that use QueryResult
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.impl   
 

Uses of QueryResult in org.openrdf.query
 

Subinterfaces of QueryResult in org.openrdf.query
 interface GraphQueryResult
          A representation of a query result as a sequence of Statement objects.
 interface TupleQueryResult
          A representation of a variable-binding query result as a sequence of BindingSet objects.
 

Uses of QueryResult in org.openrdf.query.impl
 

Classes in org.openrdf.query.impl that implement QueryResult
 class GraphQueryResultImpl
          An utility implementation of the GraphQueryResult interface.
 class MutableTupleQueryResult
          An implementation of the TupleQueryResult interface that stores the complete query result in memory.
 class TupleQueryResultImpl
          A generic implementation of the TupleQueryResult interface.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.