![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
ModifyView modify existing view based on indicated Mysqlx::Crud::Find message. More...
Public Attributes | |
| required Collection | collection = 1 | 
| name of the VIEW object, which should be modified  More... | |
| optional string | definer = 2 | 
| user name of the definer, if the value isn't set then the definer is current user  More... | |
| optional ViewAlgorithm | algorithm = 3 | 
| defined how MySQL Server processes the view  More... | |
| optional ViewSqlSecurity | security = 4 | 
| defines the security context in which the view is going be executed  More... | |
| optional ViewCheckOption | check = 5 | 
| limits the write operations done on a VIEW  More... | |
| repeated string | column = 6 | 
defines the list of aliases for column names specified in stmt  More... | |
| optional Find | stmt = 7 | 
| Mysqlx::Crud::Find message from which the SELECT statement is going to be build.  More... | |
| ClientMessages::Type | client_message_id = CRUD_MODIFY_VIEW | 
ModifyView modify existing view based on indicated Mysqlx::Crud::Find message.
| optional ViewAlgorithm Mysqlx::Crud::ModifyView::algorithm = 3 | 
defined how MySQL Server processes the view
| optional ViewCheckOption Mysqlx::Crud::ModifyView::check = 5 | 
limits the write operations done on a VIEW
| ClientMessages::Type Mysqlx::Crud::ModifyView::client_message_id = CRUD_MODIFY_VIEW | 
| required Collection Mysqlx::Crud::ModifyView::collection = 1 | 
name of the VIEW object, which should be modified
| repeated string Mysqlx::Crud::ModifyView::column = 6 | 
defines the list of aliases for column names specified in stmt 
| optional string Mysqlx::Crud::ModifyView::definer = 2 | 
user name of the definer, if the value isn't set then the definer is current user
| optional ViewSqlSecurity Mysqlx::Crud::ModifyView::security = 4 | 
defines the security context in which the view is going be executed
| optional Find Mysqlx::Crud::ModifyView::stmt = 7 | 
Mysqlx::Crud::Find message from which the SELECT statement is going to be build.