Class GenericUpdateProcessor
SPARQL Update Processor which processes commands against a generic underlying store represented by an
IStorageProvider implementation.
Inheritance
System.Object
GenericUpdateProcessor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: dotNetRDF.dll
Syntax
public class GenericUpdateProcessor : ISparqlUpdateProcessor
Constructors
|
Improve this Doc
View Source
GenericUpdateProcessor(IStorageProvider)
Creates a new Generic Update Processor.
Declaration
public GenericUpdateProcessor(IStorageProvider manager)
Parameters
Methods
|
Improve this Doc
View Source
Discard()
Discards any outstanding changes.
Declaration
public virtual void Discard()
|
Improve this Doc
View Source
Flush()
Flushes any outstanding changes to the underlying store.
Declaration
public virtual void Flush()
|
Improve this Doc
View Source
ProcessAddCommand(AddCommand)
Processes an ADD command.
Declaration
public void ProcessAddCommand(AddCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessClearCommand(ClearCommand)
Processes a CLEAR command.
Declaration
public void ProcessClearCommand(ClearCommand cmd)
Parameters
Remarks
|
Improve this Doc
View Source
ProcessCommand(SparqlUpdateCommand)
Processes a command.
Declaration
public virtual void ProcessCommand(SparqlUpdateCommand cmd)
Parameters
Remarks
|
Improve this Doc
View Source
ProcessCommandSet(SparqlUpdateCommandSet)
Processes a command set.
Declaration
public virtual void ProcessCommandSet(SparqlUpdateCommandSet commands)
Parameters
Remarks
|
Improve this Doc
View Source
ProcessCopyCommand(CopyCommand)
Processes a COPY command.
Declaration
public void ProcessCopyCommand(CopyCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessCreateCommand(CreateCommand)
Processes a CREATE command.
Declaration
public void ProcessCreateCommand(CreateCommand cmd)
Parameters
Remarks
|
Improve this Doc
View Source
ProcessDeleteCommand(DeleteCommand)
Processes a DELETE command.
Declaration
public void ProcessDeleteCommand(DeleteCommand cmd)
Parameters
Remarks
|
Improve this Doc
View Source
ProcessDeleteDataCommand(DeleteDataCommand)
Processes a DELETE DATA command.
Declaration
public void ProcessDeleteDataCommand(DeleteDataCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessDropCommand(DropCommand)
Processes a DROP command.
Declaration
public void ProcessDropCommand(DropCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessInsertCommand(InsertCommand)
Processes an INSERT command.
Declaration
public void ProcessInsertCommand(InsertCommand cmd)
Parameters
Remarks
|
Improve this Doc
View Source
ProcessInsertDataCommand(InsertDataCommand)
Processes an INSERT DATA command.
Declaration
public void ProcessInsertDataCommand(InsertDataCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessLoadCommand(LoadCommand)
Processes a LOAD command.
Declaration
public void ProcessLoadCommand(LoadCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessModifyCommand(ModifyCommand)
Processes an INSERT/DELETE command.
Declaration
public void ProcessModifyCommand(ModifyCommand cmd)
Parameters
|
Improve this Doc
View Source
ProcessMoveCommand(MoveCommand)
Processes a MOVE command.
Declaration
public void ProcessMoveCommand(MoveCommand cmd)
Parameters
Implements
Extension Methods