Click or drag to resize

ReadWriteSparqlConnector Methods

The ReadWriteSparqlConnector type exposes the following members.

Methods
  NameDescription
Public methodDeleteGraph(String)
Deletes a graph from the store.
(Overrides SparqlConnectorDeleteGraph(String).)
Public methodDeleteGraph(Uri)
Deletes a graph from the store.
(Overrides SparqlConnectorDeleteGraph(Uri).)
Public methodDispose
Disposes of the Connection.
(Inherited from SparqlConnector.)
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.
(Inherited from SparqlConnector.)
Public methodLoadGraph(IGraph, String)
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.)
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.)
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.)
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuery(String)
Makes a Query against the SPARQL Endpoint.
(Inherited from SparqlConnector.)
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Makes a Query against the SPARQL Endpoint processing the results with an appropriate handler from those provided.
(Inherited from SparqlConnector.)
Public methodSaveGraph
Saves a graph to the store.
(Overrides SparqlConnectorSaveGraph(IGraph).)
Public methodSerializeConfiguration
Serializes the connection's configuration.
(Overrides SparqlConnectorSerializeConfiguration(ConfigurationSerializationContext).)
Public methodToString
Gets a String which gives details of the Connection.
(Overrides SparqlConnectorToString.)
Public methodUpdate
Makes a SPARQL Update against the store.
Public methodUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
Updates a graph in the store.
(Overrides SparqlConnectorUpdateGraph(String, IEnumerableTriple, IEnumerableTriple).)
Public methodUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
Updates a graph in the store.
(Overrides SparqlConnectorUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple).)
Top
See Also