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