1 drop-synonym

The 'drop-synonym' element deletes a synonym in the database.

<drop-synonym
    name='name'
    onexception='onexception'
/>

1.1 Example

In the following example, the synonym 'whoisthis' is deleted.

Example
Copy
<xsql-conversion>
    <drop-synonym name='whoisthis' /> 
</xsql-conversion>