|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |