dotNetRDF API Documentation

QueryableReadOnlyConnector Members

QueryableReadOnlyConnector overview

Public Instance Constructors

QueryableReadOnlyConnector Constructor Creates a new Queryable Read-Only connection which is a read-only wrapper around another store

Public Instance Properties

DeleteSupported (inherited from ReadOnlyConnector) Returns that deleting graphs is not supported
IOBehaviour (inherited from ReadOnlyConnector) Gets the IO Behaviour of the read-only connection taking into account the IO Behaviour of the underlying store
IsReadOnly (inherited from ReadOnlyConnector) Returns that the Store is read-only
IsReady (inherited from ReadOnlyConnector) Returns whether the Store is ready
ListGraphsSupported Returns that listing Graphs is supported
ParentServer (inherited from ReadOnlyConnector) Gets the parent server (if any)
UpdateSupported (inherited from ReadOnlyConnector) Returns that Update is not supported

Public Instance Methods

DeleteGraph (inherited from ReadOnlyConnector)Overloaded. Throws an exception as you cannot delete a Graph using a read-only connection
Dispose (inherited from ReadOnlyConnector) Disposes of the Store
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ListGraphs Lists the Graphs in the Store
LoadGraph (inherited from ReadOnlyConnector)Overloaded. Loads a Graph from the underlying Store
QueryOverloaded. Executes a SPARQL Query on the underlying Store
SaveGraph (inherited from ReadOnlyConnector) Throws an exception since you cannot save a Graph using a read-only connection
SerializeConfiguration (inherited from ReadOnlyConnector) Serializes the Configuration of the Manager
ToString (inherited from ReadOnlyConnector) Gets the String representation of the Manager
UpdateGraph (inherited from ReadOnlyConnector)Overloaded. Throws an exception since you cannot update a Graph using a read-only connection

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

QueryableReadOnlyConnector Class | VDS.RDF.Storage Namespace