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

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

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

Subclasses of ResultBinding in com.hp.hpl.jena.rdql
 class Environment
           
 

Methods in com.hp.hpl.jena.rdql with parameters of type ResultBinding
 QueryResults QueryExecution.exec(ResultBinding startBinding)
          Do a query, given an initail starting set of bindings
 QueryResults QueryEngineExt.exec(ResultBinding startBinding)
          Execute a query, passing in an initial binding of some of the variables in the query.
 QueryResults QueryEngine.exec(ResultBinding startBinding)
          Execute a query, passing in an initial binding of some of the variables in the query.
 boolean Constraint.isSatisfied(Query q, ResultBinding env)
           
 

Constructors in com.hp.hpl.jena.rdql with parameters of type ResultBinding
ResultBinding(ResultBinding parent)
           
 



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