InMemoryManager.Query Method |
Name | Description | |
---|---|---|
![]() | Query(String) |
Makes a SPARQL Query against the Store.
|
![]() | Query(String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the Store processing the results with the appropriate processor from those given.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|