BaseSesameHttpProtocolConnectorQuery Method |
| Name | Description | |
|---|---|---|
| Query(String) |
Makes a SPARQL Query against the underlying Store.
| |
| Query(String, AsyncStorageCallback, Object) |
Makes a SPARQL Query against the underlying store.
| |
| Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the underlying Store processing the results with an appropriate handler from those provided.
| |
| Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.
|