MySQL 8.3.0
Source Code Documentation
Mysqlx::Crud::LimitExpr Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ offset

optional Mysqlx::Expr::Expr Mysqlx::Crud::LimitExpr::offset = 2

maximum rows to skip before applying the row_count

◆ row_count

required Mysqlx::Expr::Expr Mysqlx::Crud::LimitExpr::row_count = 1

maximum rows to filter


The documentation for this struct was generated from the following file: