Sdílet prostřednictvím


TriggerOperation Třída

Určuje operace, při kterých se má trigger spustit.

Dědičnost
builtins.object
TriggerOperation

Konstruktor

TriggerOperation()

Proměnné

TriggerOperation.All
str

Všechny operace.

TriggerOperation.Create
str

Pouze operace vytváření.

TriggerOperation.Update
str

Pouze operace aktualizace.

TriggerOperation.Delete
str

Pouze operace odstranění.

TriggerOperation.Replace
str

Pouze operace nahrazení.

Atributy

All

All = 'all'

Create

Create = 'create'

Delete

Delete = 'delete'

Replace

Replace = 'replace'

Update

Update = 'update'