MySQL 8.0.40
Source Code Documentation
|
Sort order. More...
Public Types | |
enum | Direction { ASC = 1 , DESC = 2 } |
Public Attributes | |
required Mysqlx::Expr::Expr | expr = 1 |
optional Direction | direction = 2 [ default=ASC ] |
Sort order.
required Mysqlx::Expr::Expr Mysqlx::Crud::Order::expr = 1 |