SparqlRemoteEndpointQueryWithResultSet Method |
| Name | Description | |
|---|---|---|
| QueryWithResultSet(String) |
Makes a Query where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
| |
| QueryWithResultSet(ISparqlResultsHandler, String) |
Makes a Query where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
| |
| QueryWithResultSet(String, SparqlResultsCallback, Object) |
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
| |
| QueryWithResultSet(ISparqlResultsHandler, String, QueryCallback, Object) |
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
|