MySQL 9.1.0
Source Code Documentation
|
LimitExpr, in comparison to Limit, is able to specify that row_count and offset are placeholders. More...
Public Attributes | |
required Mysqlx::Expr::Expr | row_count = 1 |
maximum rows to filter More... | |
optional Mysqlx::Expr::Expr | offset = 2 |
maximum rows to skip before applying the row_count More... | |
LimitExpr, in comparison to Limit, is able to specify that row_count and offset are placeholders.
This message support expressions of following types Expr/literal/UINT, Expr/PLACEHOLDER.
optional Mysqlx::Expr::Expr Mysqlx::Crud::LimitExpr::offset = 2 |
maximum rows to skip before applying the row_count
required Mysqlx::Expr::Expr Mysqlx::Crud::LimitExpr::row_count = 1 |
maximum rows to filter