Bagikan melalui


TriggerOperation Kelas

Menentukan operasi tempat pemicu harus dijalankan.

Warisan
builtins.object
TriggerOperation

Konstruktor

TriggerOperation()

Variabel

TriggerOperation.All
str

Semua operasi.

TriggerOperation.Create
str

Buat operasi saja.

TriggerOperation.Update
str

Perbarui operasi saja.

TriggerOperation.Delete
str

Hapus operasi saja.

TriggerOperation.Replace
str

Ganti operasi saja.

Atribut

All

All = 'all'

Create

Create = 'create'

Delete

Delete = 'delete'

Replace

Replace = 'replace'

Update

Update = 'update'