Click or drag to resize

FourStoreConnectorQuery Method

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