1 enable-trigger
The enable-trigger element activates an existing trigger of an existing table.
<enable-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 activated.
Example
Copy
<xsql-conversion> <enable-trigger table='activetable' name='procedure' /> </xsql-conversion>