|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResults | |
com.hp.hpl.jena.rdql | RDQL - A query language for Jena. |
Uses of QueryResults in com.hp.hpl.jena.rdql |
Subinterfaces of QueryResults in com.hp.hpl.jena.rdql | |
interface |
QueryResultsRewindable
|
Classes in com.hp.hpl.jena.rdql that implement QueryResults | |
class |
QueryResultsMem
|
class |
QueryResultsStream
The main QueryResults implementation for returning results from queries. |
Methods in com.hp.hpl.jena.rdql that return QueryResults | |
QueryResults |
QueryExecution.exec()
Do it! |
QueryResults |
QueryExecution.exec(ResultBinding startBinding)
Do a query, given an initail starting set of bindings |
QueryResults |
QueryEngineExt.exec()
Execute a query and get back the results. |
QueryResults |
QueryEngineExt.exec(ResultBinding startBinding)
Execute a query, passing in an initial binding of some of the variables in the query. |
QueryResults |
QueryEngine.exec()
Execute a query and get back the results. |
QueryResults |
QueryEngine.exec(ResultBinding startBinding)
Execute a query, passing in an initial binding of some of the variables in the query. |
static QueryResults |
Query.exec(java.lang.String queryString)
Convenience function to parse and execute a query. |
static QueryResults |
Query.exec(java.lang.String queryString,
Model model)
Convenience function to parse and execute a query against an existing model. |
static QueryResults |
Query.exec(java.lang.String queryString,
java.lang.String dataURL)
Convenience function to parse and execute a query against a remote model. |
Constructors in com.hp.hpl.jena.rdql with parameters of type QueryResults | |
QueryResultsMem(QueryResults qr)
Create an in-memory result set from any QueryResults object. |
|
QueryResultsFormatter(QueryResults qresults)
Create a formatter for a QueryResults object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |