MySQL 8.3.0
Source Code Documentation
Mysqlx::Crud::DropView Struct Reference

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
 

Detailed Description

DropView removing existing view.

Member Data Documentation

◆ client_message_id

ClientMessages::Type Mysqlx::Crud::DropView::client_message_id = CRUD_DROP_VIEW

◆ collection

required Collection Mysqlx::Crud::DropView::collection = 1

name of the VIEW object, which should be deleted

◆ if_exists

optional bool Mysqlx::Crud::DropView::if_exists = 2 [ default = false ]

if true then suppress error when deleted view does not exists


The documentation for this struct was generated from the following file: