1 drop-trigger
The 'drop-trigger' element deletes a trigger in database.
<drop-trigger
name='name'
onexception='onexception'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | string | Name of trigger to be deleted. | |||
Aonexception | string | ignore | Behavior in case of error. |
1.1 Ejemplo
In the following example, the trigger 'tr_if_true' is deleted.
Example
Copy
<xsql-conversion> <drop-trigger name='tr_if_true' /> </xsql-conversion>