SimplePropertiesTriggerPersistenceDelegateSupportUpdateSimplePropsTrigger Field

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "F:Quartz.Impl.AdoJobStore.SimplePropertiesTriggerPersistenceDelegateSupport.UpdateSimplePropsTrigger"]

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
protected const string UpdateSimplePropsTrigger = "UPDATE {0}SIMPROP_TRIGGERS SET STR_PROP_1 = @string1, STR_PROP_2 = @string2, STR_PROP_3 = @string3, INT_PROP_1 = @int1, INT_PROP_2 = @int2, LONG_PROP_1 = @long1, LONG_PROP_2 = @long2, DEC_PROP_1 = @decimal1, DEC_PROP_2 = @decimal2, BOOL_PROP_1 = @boolean1, BOOL_PROP_2 = @boolean2, TIME_ZONE_ID = @timeZoneId WHERE SCHED_NAME = {1} AND TRIGGER_NAME = @triggerName AND TRIGGER_GROUP = @triggerGroup"

Field Value

Type: String
See Also

Reference