MySQL 9.0.0
Source Code Documentation
Mysqlx::Cursor::Close Struct Reference

Close cursor. More...

Public Attributes

required uint32 cursor_id = 1
 client-side assigned cursor ID; must be allocated/open More...
 
ClientMessages::Type client_message_id = CURSOR_CLOSE
 

Detailed Description

Close cursor.

Returns
Mysqlx::Ok or Mysqlx::Error

Member Data Documentation

◆ client_message_id

ClientMessages::Type Mysqlx::Cursor::Close::client_message_id = CURSOR_CLOSE

◆ cursor_id

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

client-side assigned cursor ID; must be allocated/open


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