MySQL 8.4.0
Source Code Documentation
Mysqlx::Cursor::Open Struct Reference

Open a cursor. More...

Classes

struct  OneOfMessage
 

Public Attributes

required uint32 cursor_id = 1
 client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement More...
 
required OneOfMessage stmt = 4
 statement for which the resultset is going to be iterated through by the cursor More...
 
optional uint64 fetch_rows = 5
 number of rows that should be retrieved from sequential cursor More...
 
ClientMessages::Type client_message_id = CURSOR_OPEN
 

Detailed Description

Open a cursor.

Returns
Mysqlx::Ok

Member Data Documentation

◆ client_message_id

ClientMessages::Type Mysqlx::Cursor::Open::client_message_id = CURSOR_OPEN

◆ cursor_id

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

client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement

◆ fetch_rows

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

number of rows that should be retrieved from sequential cursor

◆ stmt

required OneOfMessage Mysqlx::Cursor::Open::stmt = 4

statement for which the resultset is going to be iterated through by the cursor


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