|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.query.rdql.RdqlEngine
QueryEngine for RDQL queries.
| Constructor Summary | |
RdqlEngine(RdfSource rdfSource)
Creates a new QueryEngine that will use the supplied RdfSource for retrieving the data. |
|
| Method Summary | |
void |
evaluateQuery(TableQuery tableQuery,
TableQueryResultListener tableListener)
Evaluates the supplied TableQuery and reports the results to the supplied TableQueryResultListener. |
TableQuery |
parseQuery(String rdqlQuery)
Parses the supplied RDQL query and builds a query model from it. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RdqlEngine(RdfSource rdfSource)
IllegalArgumentException - If the supplied RdfSource is
equal to null.| Method Detail |
public void evaluateQuery(TableQuery tableQuery,
TableQueryResultListener tableListener)
throws IOException,
QueryEvaluationException
IOException - If an I/O error occurred during the writing
of the results.
QueryEvaluationException - If an error occurred during query
evaluation.
public TableQuery parseQuery(String rdqlQuery)
throws MalformedQueryException
MalformedQueryException - If the query was syntactically
incorrect.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||