Click or drag to resize

SparqlConnector Methods

The SparqlConnector type exposes the following members.

Methods
  NameDescription
Public methodDeleteGraph(String)
Throws an exception as this connector provides a read-only connection.
Public methodDeleteGraph(Uri)
Throws an exception as this connector provides a read-only connection.
Public methodDispose
Disposes of the Connection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListGraphs
Lists the Graphs in the Store.
Public methodLoadGraph(IGraph, String)
Loads a Graph from the SPARQL Endpoint.
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the SPARQL Endpoint.
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the SPARQL Endpoint.
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the SPARQL Endpoint.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuery(String)
Makes a Query against the SPARQL Endpoint.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Makes a Query against the SPARQL Endpoint processing the results with an appropriate handler from those provided.
Public methodSaveGraph
Throws an error since this Manager is read-only.
Public methodSerializeConfiguration
Serializes the connection's configuration.
Public methodToString
Gets a String which gives details of the Connection.
(Overrides ObjectToString.)
Public methodUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
Throws an error since this Manager is read-only.
Public methodUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
Throws an error since this Manager is read-only.
Top
See Also