Click or drag to resize

SparqlRemoteEndpointQueryWithResultGraph Method

Overload List
  NameDescription
Public methodQueryWithResultGraph(String)
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Public methodQueryWithResultGraph(IRdfHandler, String)
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Public methodQueryWithResultGraph(String, GraphCallback, Object)
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Public methodQueryWithResultGraph(IRdfHandler, String, QueryCallback, Object)
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Top
See Also