Click or drag to resize

QueryableReadOnlyConnector Methods

The QueryableReadOnlyConnector type exposes the following members.

Methods
  NameDescription
Public methodDeleteGraph(String)
Throws an exception as you cannot delete a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.)
Public methodDeleteGraph(Uri)
Throws an exception as you cannot delete a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.)
Public methodDispose
Disposes of the Store.
(Inherited from ReadOnlyConnector.)
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.
(Overrides ReadOnlyConnectorListGraphs.)
Public methodLoadGraph(IGraph, String)
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.)
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.)
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.)
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuery(String)
Executes a SPARQL Query on the underlying Store.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Executes a SPARQL Query on the underlying Store processing the results with an appropriate handler from those provided.
Public methodSaveGraph
Throws an exception since you cannot save a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.)
Public methodSerializeConfiguration
Serializes the Configuration of the Manager.
(Inherited from ReadOnlyConnector.)
Public methodToString
Gets the String representation of the Manager.
(Inherited from ReadOnlyConnector.)
Public methodUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
Throws an exception since you cannot update a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.)
Public methodUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
Throws an exception since you cannot update a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.)
Top
See Also