![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Delete documents/rows from a Collection/Table. More...
Public Attributes | |
| required Collection | collection = 1 | 
| collection to change  More... | |
| optional DataModel | data_model = 2 | 
| data model that the operations refer to  More... | |
| optional Mysqlx::Expr::Expr | criteria = 3 | 
| filter expression to match rows that the operations will apply on  More... | |
| optional Limit | limit = 4 | 
| limits the number of rows to match (user can set one of: limit, limit_expr)  More... | |
| repeated Order | order = 5 | 
| specifies order of matched rows  More... | |
| repeated Mysqlx::Datatypes::Scalar | args = 6 | 
| values for parameters used in filter expression  More... | |
| optional LimitExpr | limit_expr = 7 | 
| limits the number of rows to match (user can set one of: limit, limit_expr)  More... | |
| ClientMessages::Type | client_message_id = CRUD_DELETE | 
Delete documents/rows from a Collection/Table.
| repeated Mysqlx::Datatypes::Scalar Mysqlx::Crud::Delete::args = 6 | 
values for parameters used in filter expression
| ClientMessages::Type Mysqlx::Crud::Delete::client_message_id = CRUD_DELETE | 
| required Collection Mysqlx::Crud::Delete::collection = 1 | 
collection to change
| optional Mysqlx::Expr::Expr Mysqlx::Crud::Delete::criteria = 3 | 
filter expression to match rows that the operations will apply on
| optional DataModel Mysqlx::Crud::Delete::data_model = 2 | 
data model that the operations refer to
| optional Limit Mysqlx::Crud::Delete::limit = 4 | 
limits the number of rows to match (user can set one of: limit, limit_expr)
| optional LimitExpr Mysqlx::Crud::Delete::limit_expr = 7 | 
limits the number of rows to match (user can set one of: limit, limit_expr)
| repeated Order Mysqlx::Crud::Delete::order = 5 | 
specifies order of matched rows