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