Click or drag to resize

SparqlUpdateEvaluationContext Class

Evaluation Context for SPARQL Updates evaluated by the libraries Leviathan SPARQL Engine.
Inheritance Hierarchy
SystemObject
  VDS.RDF.UpdateSparqlUpdateEvaluationContext

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SparqlUpdateEvaluationContext

The SparqlUpdateEvaluationContext type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCommands
Gets the Command Set (if any) that this context pertains to.
Public propertyData
Dataset upon which the Updates are applied.
Public propertyQueryProcessor
Gets the Query Processor used to process the WHERE clauses of DELETE or INSERT commands.
Public propertyRemainingTimeout
Gets the Remaining Timeout i.e. the Timeout taking into account time already elapsed.
Public propertyUpdateTime
Retrieves the Time in milliseconds the update took to evaluate.
Public propertyUpdateTimeout
Gets the Update Timeout used for the Command Set.
Public propertyUpdateTimeTicks
Retrieves the Time in ticks the updates took to evaluate.
Top
Methods
  NameDescription
Public methodCheckTimeout
Checks whether Execution should Time out.
Public methodEndExecution
Ends the Execution Timer.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartExecution
Starts the Execution Timer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also