MySQL 8.4.1
Source Code Documentation
Mysqlx::Cursor::Fetch Struct Reference

Fetch next portion of data from a cursor. More...

Public Attributes

required uint32 cursor_id = 1
 client-side assigned cursor ID; must be already open More...
 
optional uint64 fetch_rows = 5
 number of rows that should be retrieved from sequential cursor More...
 
ClientMessages::Type client_message_id = CURSOR_FETCH
 

Detailed Description

Fetch next portion of data from a cursor.

Member Data Documentation

◆ client_message_id

ClientMessages::Type Mysqlx::Cursor::Fetch::client_message_id = CURSOR_FETCH

◆ cursor_id

required uint32 Mysqlx::Cursor::Fetch::cursor_id = 1

client-side assigned cursor ID; must be already open

◆ fetch_rows

optional uint64 Mysqlx::Cursor::Fetch::fetch_rows = 5

number of rows that should be retrieved from sequential cursor


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