MySQL 9.1.0
Source Code Documentation
|
DropView removing existing view. More...
Public Attributes | |
required Collection | collection = 1 |
name of the VIEW object, which should be deleted More... | |
optional bool | if_exists = 2 [ default = false ] |
if true then suppress error when deleted view does not exists More... | |
ClientMessages::Type | client_message_id = CRUD_DROP_VIEW |
DropView removing existing view.
ClientMessages::Type Mysqlx::Crud::DropView::client_message_id = CRUD_DROP_VIEW |
required Collection Mysqlx::Crud::DropView::collection = 1 |
name of the VIEW object, which should be deleted
optional bool Mysqlx::Crud::DropView::if_exists = 2 [ default = false ] |
if true then suppress error when deleted view does not exists