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   
org.openrdf.repository.sparql.query   
 

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.
 

Uses of QueryResult in org.openrdf.repository.sparql.query
 

Classes in org.openrdf.repository.sparql.query that implement QueryResult
 class BackgroundGraphResult
          Provides concurrent access to statements as they are being parsed.
 class BackgroundTupleResult
          Provides concurrent access to tuple results as they are being parsed.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.