VirtuosoManager Methods |
The VirtuosoManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteGraph(String) |
Deletes a Graph from the store.
(Overrides BaseAsyncSafeConnector.DeleteGraph(String).) |
![]() | DeleteGraph(Uri) |
Deletes a Graph from the Virtuoso store.
(Overrides BaseAsyncSafeConnector.DeleteGraph(Uri).) |
![]() | DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from BaseAsyncSafeConnector.) |
![]() | DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from BaseAsyncSafeConnector.) |
![]() | Dispose |
Disposes of the Manager.
(Overrides BaseAsyncSafeConnector.Dispose().) |
![]() | 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.
(Overrides BaseAsyncSafeConnector.ListGraphs().) |
![]() | ListGraphs(AsyncStorageCallback, Object) |
Lists the Graphs in the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | LoadGraph(IGraph, String) |
Loads a Graph from the Quad Store.
(Overrides BaseAsyncSafeConnector.LoadGraph(IGraph, String).) |
![]() | LoadGraph(IGraph, Uri) |
Loads a Graph from the Quad Store.
(Overrides BaseAsyncSafeConnector.LoadGraph(IGraph, Uri).) |
![]() | LoadGraph(IRdfHandler, String) |
Loads a Graph from the Quad Store.
(Overrides BaseAsyncSafeConnector.LoadGraph(IRdfHandler, String).) |
![]() | LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Quad Store.
(Overrides BaseAsyncSafeConnector.LoadGraph(IRdfHandler, Uri).) |
![]() | LoadGraph(IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | LoadGraph(IGraph, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Query(String) |
Executes a SPARQL Query on the native Quad Store.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String) |
Executes a SPARQL Query on the native Quad Store processing the results with an appropriate handler from those provided.
|
![]() | SaveGraph(IGraph) |
Saves a Graph into the Quad Store (Warning: Completely replaces any existing Graph with the same URI).
(Overrides BaseAsyncSafeConnector.SaveGraph(IGraph).) |
![]() | SaveGraph(IGraph, AsyncStorageCallback, Object) |
Saves a Graph to the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | SerializeConfiguration |
Serializes the connection's configuration.
|
![]() | ToString |
Gets a String which gives details of the Connection.
(Overrides Object.ToString().) |
![]() | Update |
Executes a SPARQL Update on the native Quad Store.
|
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>) |
Updates a Graph in the Quad Store.
(Overrides BaseAsyncSafeConnector.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>).) |
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>) |
Updates a Graph in the Quad Store.
(Overrides BaseAsyncSafeConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>).) |
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from BaseAsyncSafeConnector.) |
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from BaseAsyncSafeConnector.) |