QueryableReadOnlyConnector Class |
Namespace: VDS.RDF.Storage
The QueryableReadOnlyConnector type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryableReadOnlyConnector |
Creates a new Queryable Read-Only connection which is a read-only wrapper around another store.
|
Name | Description | |
---|---|---|
![]() | DeleteSupported |
Returns that deleting graphs is not supported.
(Inherited from ReadOnlyConnector.) |
![]() | IOBehaviour |
Gets the IO Behaviour of the read-only connection taking into account the IO Behaviour of the underlying store.
(Inherited from ReadOnlyConnector.) |
![]() | IsReadOnly |
Returns that the Store is read-only.
(Inherited from ReadOnlyConnector.) |
![]() | IsReady |
Returns whether the Store is ready.
(Inherited from ReadOnlyConnector.) |
![]() | ListGraphsSupported |
Returns that listing Graphs is supported.
(Overrides ReadOnlyConnector.ListGraphsSupported.) |
![]() | ParentServer |
Gets the parent server (if any).
(Inherited from ReadOnlyConnector.) |
![]() | UpdateSupported |
Returns that Update is not supported.
(Inherited from ReadOnlyConnector.) |
Name | Description | |
---|---|---|
![]() | DeleteGraph(String) |
Throws an exception as you cannot delete a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) |
![]() | DeleteGraph(Uri) |
Throws an exception as you cannot delete a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) |
![]() | Dispose |
Disposes of the Store.
(Inherited from ReadOnlyConnector.) |
![]() | 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 ReadOnlyConnector.ListGraphs().) |
![]() | LoadGraph(IGraph, String) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) |
![]() | LoadGraph(IGraph, Uri) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) |
![]() | LoadGraph(IRdfHandler, String) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) |
![]() | LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Query(String) |
Executes a SPARQL Query on the underlying Store.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String) |
Executes a SPARQL Query on the underlying Store processing the results with an appropriate handler from those provided.
|
![]() | SaveGraph |
Throws an exception since you cannot save a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) |
![]() | SerializeConfiguration |
Serializes the Configuration of the Manager.
(Inherited from ReadOnlyConnector.) |
![]() | ToString |
Gets the String representation of the Manager.
(Inherited from ReadOnlyConnector.) |
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>) |
Throws an exception since you cannot update a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) |
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>) |
Throws an exception since you cannot update a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) |
This is useful if you want to allow some code read-only access to a mutable store and ensure that it cannot modify the store via the manager instance.