MySQL 8.4.0
Source Code Documentation
Mysqlx::Crud::Limit Struct Reference

Public Attributes

required uint64 row_count = 1
 maximum rows to filter More...
 
optional uint64 offset = 2
 maximum rows to skip before applying the row_count More...
 

Member Data Documentation

◆ offset

optional uint64 Mysqlx::Crud::Limit::offset = 2

maximum rows to skip before applying the row_count

◆ row_count

required uint64 Mysqlx::Crud::Limit::row_count = 1

maximum rows to filter


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