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
IDisposable.Dispose()
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public interface IUpdateableStorage : IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable

Methods

| Edit this page 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)
  • Edit this page
  • View Source
In this article
  • Methods
    • Update(string)
  • Extension Methods
Back to top Generated by DocFX