SparqlUpdateEvaluationContext Class |
Namespace: VDS.RDF.Update
The SparqlUpdateEvaluationContext type exposes the following members.
Name | Description | |
---|---|---|
SparqlUpdateEvaluationContext(ISparqlDataset) |
Creates a new SPARQL Update Evaluation Context.
| |
SparqlUpdateEvaluationContext(ISparqlDataset, ISparqlQueryAlgebraProcessorBaseMultiset, SparqlEvaluationContext) |
Creates a new SPARQL Update Evaluation Context.
| |
SparqlUpdateEvaluationContext(SparqlUpdateCommandSet, ISparqlDataset) |
Creates a new SPARQL Update Evaluation Context.
| |
SparqlUpdateEvaluationContext(SparqlUpdateCommandSet, ISparqlDataset, ISparqlQueryAlgebraProcessorBaseMultiset, SparqlEvaluationContext) |
Creates a new SPARQL Update Evaluation Context.
|
Name | Description | |
---|---|---|
Commands |
Gets the Command Set (if any) that this context pertains to.
| |
Data |
Dataset upon which the Updates are applied.
| |
QueryProcessor |
Gets the Query Processor used to process the WHERE clauses of DELETE or INSERT commands.
| |
RemainingTimeout |
Gets the Remaining Timeout i.e. the Timeout taking into account time already elapsed.
| |
UpdateTime |
Retrieves the Time in milliseconds the update took to evaluate.
| |
UpdateTimeout |
Gets the Update Timeout used for the Command Set.
| |
UpdateTimeTicks |
Retrieves the Time in ticks the updates took to evaluate.
|
Name | Description | |
---|---|---|
CheckTimeout |
Checks whether Execution should Time out.
| |
EndExecution |
Ends the Execution Timer.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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.) | |
StartExecution |
Starts the Execution Timer.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |