ReadWriteSparqlConnector Methods |
The ReadWriteSparqlConnector type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteGraph(String) |
Deletes a graph from the store.
(Overrides SparqlConnector.DeleteGraph(String).) |
![]() | DeleteGraph(Uri) |
Deletes a graph from the store.
(Overrides SparqlConnector.DeleteGraph(Uri).) |
![]() | Dispose |
Disposes of the Connection.
(Inherited from SparqlConnector.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ListGraphs |
Lists the Graphs in the Store.
(Inherited from SparqlConnector.) |
![]() | LoadGraph(IGraph, String) |
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.) |
![]() | LoadGraph(IGraph, Uri) |
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.) |
![]() | LoadGraph(IRdfHandler, String) |
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.) |
![]() | LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the SPARQL Endpoint.
(Inherited from SparqlConnector.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Query(String) |
Makes a Query against the SPARQL Endpoint.
(Inherited from SparqlConnector.) |
![]() | Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a Query against the SPARQL Endpoint processing the results with an appropriate handler from those provided.
(Inherited from SparqlConnector.) |
![]() | SaveGraph |
Saves a graph to the store.
(Overrides SparqlConnector.SaveGraph(IGraph).) |
![]() | SerializeConfiguration |
Serializes the connection's configuration.
(Overrides SparqlConnector.SerializeConfiguration(ConfigurationSerializationContext).) |
![]() | ToString |
Gets a String which gives details of the Connection.
(Overrides SparqlConnector.ToString().) |
![]() | Update |
Makes a SPARQL Update against the store.
|
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>) |
Updates a graph in the store.
(Overrides SparqlConnector.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>).) |
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>) |
Updates a graph in the store.
(Overrides SparqlConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>).) |