Click or drag to resize

InMemoryManagerQuery Method

Overload List
  NameDescription
Public methodQuery(String)
Makes a SPARQL Query against the Store.
Public methodQuery(String, AsyncStorageCallback, Object)
Queries the store asynchronously.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Makes a SPARQL Query against the Store processing the results with the appropriate processor from those given.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
Queries the store asynchronously.
Top
See Also