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