FourStoreConnectorQuery Method |
| Name | Description | |
|---|---|---|
| Query(String) |
Makes a SPARQL Query against the underlying 4store Instance.
| |
| Query(String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
| |
| Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the underlying 4store Instance processing the results with the appropriate handler from those provided.
| |
| Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|