Click or drag to resize

FusekiConnectorQuery Method

Overload List
  NameDescription
Public methodQuery(String)
Executes a SPARQL Query on the Fuseki store.
Public methodQuery(String, AsyncStorageCallback, Object)
Makes a SPARQL Query against the underlying store.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Executes a SPARQL Query on the Fuseki store processing the results using an appropriate handler from those provided.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
Executes a SPARQL Query on the Fuseki store processing the results using an appropriate handler from those provided.
Top
See Also