1 disable-trigger
The disable-trigger element deactivates an existing trigger of an existing table.
<disable-trigger
table='table'
name='name'
onexception='onexception'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atable | string | Name of the table that has the trigger. | |||
Aname | string | Trigger name | |||
Aonexception | string | ignore | Behavior in case of error. |
1.1 Example
In the following example, the trigger 'procedure' of the table 'activetable' is disabled.
Example
Copy
<xsql-conversion> <disable-trigger table='activetable' name='procedure' /> </xsql-conversion>