Click or drag to resize

BaseSesameHttpProtocolConnectorQuery Method

Overload List
  NameDescription
Public methodQuery(String)
Makes a SPARQL Query against the underlying Store.
Public methodQuery(String, AsyncStorageCallback, Object)
Makes a SPARQL Query against the underlying store.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Makes a SPARQL Query against the underlying Store processing the results with an appropriate handler from those provided.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.
Top
See Also