VDS.RDF.Update.Commands Namespace |
Namespace containing classes which model SPARQL Update Commands. These can be used both to represent SPARQL Updates and to execute them over in-memory stores.
Class | Description | |
---|---|---|
![]() | AddCommand |
Represents the SPARQL Update ADD Command.
|
![]() | BaseModificationCommand |
Abstract Base class for classes that represent SPARQL Update INSERT, DELETE and INSERT/DELETE commands.
|
![]() | BaseTransferCommand |
Abstract Base Class for SPARQL Update Commands which move data between Graphs.
|
![]() | ClearCommand |
Represents the SPARQL Update CLEAR command.
|
![]() | CopyCommand |
Represents the SPARQL Update COPY Command.
|
![]() | CreateCommand |
Represents the SPARQL Update CREATE command.
|
![]() | DeleteCommand |
Represents the SPARQL Update DELETE command.
|
![]() | DeleteDataCommand |
Represents a SPARQL Update DELETE DATA command.
|
![]() | DropCommand |
Represents a SPARQL Update DROP command.
|
![]() | InsertCommand |
Represents a SPARQL Update INSERT command.
|
![]() | InsertDataCommand |
Represents the SPARQL Update INSERT DATA command.
|
![]() | LoadCommand |
Represents the SPARQL Update LOAD command.
|
![]() | ModifyCommand |
Represents the SPARQL Update INSERT/DELETE command.
|
![]() | MoveCommand |
Represents a SPARQL Update MOVE Command.
|
Enumeration | Description | |
---|---|---|
![]() | ClearMode |
Mode by which to clear Graphs.
|