|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A connection through which to send textual commands.
| Method Summary | |
void |
close()
Closes the connection to the graph. |
Answer |
executeQuery(String query)
Executes a query that returns results. |
| Method Detail |
public Answer executeQuery(String query)
throws InvalidQuerySyntaxException,
JrdfConnectionException
query - The query to execute.
null.
InvalidQuerySyntaxException - If the syntax of the query is incorrect.
JrdfConnectionException - If an error occurs while executing the query.public void close()
Calling this method will close the underlying Graph, making it unusable for future use.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||