BaseStardogConnector.Query Method |
Name | Description | |
---|---|---|
![]() | Query(String) |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use.
|
![]() | Query(String, Boolean) |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use, the reasoning can be set by query.
|
![]() | Query(String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use processing the results using an appropriate handler from those provided.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String, Boolean) |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use processing the results using an appropriate handler from those provided, the reasoning can be set by query.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|