Uses of Class
com.hp.hpl.jena.rdql.Query

Packages that use Query
com.hp.hpl.jena.rdql RDQL - A query language for Jena.  
 

Uses of Query in com.hp.hpl.jena.rdql
 

Methods in com.hp.hpl.jena.rdql with parameters of type Query
 void ResultBinding.setQuery(Query q)
           
 boolean Constraint.isSatisfied(Query q, ResultBinding env)
           
 

Constructors in com.hp.hpl.jena.rdql with parameters of type Query
QueryResultsStream(Query query, QueryExecution qe, java.util.Iterator iter)
           
QueryEngineExt(Query q)
          Deprecated. Use QueryEngine - which devloves mathcing to the graph.
QueryEngine(Query q)
           
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.