1 drop-function

The drop-function element deletes a function in database.

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

1.1 Example

In the following example, function 'arctan' is deleted.

Example
Copy
<xsql-conversion>
    <drop-function name='arctan' /> 
</xsql-conversion>