ClearCommand Class |
Namespace: VDS.RDF.Update.Commands
The ClearCommand type exposes the following members.
Name | Description | |
---|---|---|
ClearCommand |
Creates a Command which clears the Default Graph (if any).
| |
ClearCommand(Uri) |
Creates a Command which clears the given Graph.
| |
ClearCommand(ClearMode) |
Creates a Command which performs the specified type of clear.
| |
ClearCommand(ClearMode, Boolean) |
Creates a Command which performs the specified type of clear.
| |
ClearCommand(Uri, ClearMode, Boolean) |
Creates a Command which clears the given Graph or Graphs depending on the Clear Mode specified.
|
Name | Description | |
---|---|---|
AffectsSingleGraph |
Gets whether this Command affects a Single Graph.
(Overrides SparqlUpdateCommandAffectsSingleGraph.) | |
CommandType |
Gets the Type of this Command.
(Inherited from SparqlUpdateCommand.) | |
Mode |
Gets the Mode by which Graphs are to be cleared.
| |
Silent |
Gets whether errors should be suppressed.
| |
TargetUri |
Gets the URI of the Graph to be cleared (or null if the default graph should be cleared).
|
Name | Description | |
---|---|---|
AffectsGraph |
Gets whether this Command affects the given Graph.
(Overrides SparqlUpdateCommandAffectsGraph(Uri).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate |
Evaluates the Command in the given Context.
(Overrides SparqlUpdateCommandEvaluate(SparqlUpdateEvaluationContext).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Optimise |
Optimises the Command.
(Inherited from SparqlUpdateCommand.) | |
Process |
Processes the Command using the given Update Processor.
(Overrides SparqlUpdateCommandProcess(ISparqlUpdateProcessor).) | |
ToString |
Gets the String representation of the Command.
(Overrides SparqlUpdateCommandToString.) |