Show / Hide Table of Contents

Interface IUpdateableStorage

Interface for storage providers which allow SPARQL Updates to be made against them.

Inherited Members
IQueryableStorage.Query(string)
IQueryableStorage.Query(IRdfHandler, ISparqlResultsHandler, string)
IStorageProvider.ParentServer
IStorageProvider.LoadGraph(IGraph, Uri)
IStorageProvider.LoadGraph(IGraph, string)
IStorageProvider.LoadGraph(IRdfHandler, Uri)
IStorageProvider.LoadGraph(IRdfHandler, string)
IStorageProvider.SaveGraph(IGraph)
IStorageProvider.UpdateGraph(IRefNode, IEnumerable<Triple>, IEnumerable<Triple>)
IStorageProvider.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>)
IStorageProvider.UpdateGraph(string, IEnumerable<Triple>, IEnumerable<Triple>)
IStorageProvider.DeleteGraph(Uri)
IStorageProvider.DeleteGraph(string)
IStorageProvider.ListGraphs()
IStorageProvider.ListGraphNames()
IStorageCapabilities.IsReady
IStorageCapabilities.IsReadOnly
IStorageCapabilities.IOBehaviour
IStorageCapabilities.UpdateSupported
IStorageCapabilities.DeleteSupported
IStorageCapabilities.ListGraphsSupported
System.IDisposable.Dispose()
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public interface IUpdateableStorage : IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable

Methods

| Improve this Doc View Source

Update(string)

Processes a SPARQL Update command against the underlying Store.

Declaration
void Update(string sparqlUpdate)
Parameters
Type Name Description
string sparqlUpdate

SPARQL Update.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Update(string)
  • Extension Methods
Back to top Generated by DocFX