![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Public Types | |
| enum | UpdateType {  SET = 1 , ITEM_REMOVE = 2 , ITEM_SET = 3 , ITEM_REPLACE = 4 , ITEM_MERGE = 5 , ARRAY_INSERT = 6 , ARRAY_APPEND = 7 , MERGE_PATCH = 8 }  | 
Public Attributes | |
| required Mysqlx::Expr::ColumnIdentifier | source = 1 | 
| specification of the value to be updated  More... | |
| required UpdateType | operation = 2 | 
| the type of operation to be performed  More... | |
| optional Mysqlx::Expr::Expr | value = 3 | 
| an expression to be computed as the new value for the operation  More... | |
| required UpdateType Mysqlx::Crud::UpdateOperation::operation = 2 | 
the type of operation to be performed
| required Mysqlx::Expr::ColumnIdentifier Mysqlx::Crud::UpdateOperation::source = 1 | 
specification of the value to be updated
| optional Mysqlx::Expr::Expr Mysqlx::Crud::UpdateOperation::value = 3 | 
an expression to be computed as the new value for the operation