MySQL 8.3.0
Source Code Documentation
COM_STMT_EXECUTE_DATA Struct Reference

#include <com_data.h>

Public Attributes

unsigned long stmt_id
 
unsigned long open_cursor
 This holds the flags, as defined in enum_cursor_type. More...
 
PS_PARAMparameters
 
unsigned long parameter_count
 
unsigned char has_new_types
 

Member Data Documentation

◆ has_new_types

unsigned char COM_STMT_EXECUTE_DATA::has_new_types

◆ open_cursor

unsigned long COM_STMT_EXECUTE_DATA::open_cursor

This holds the flags, as defined in enum_cursor_type.

◆ parameter_count

unsigned long COM_STMT_EXECUTE_DATA::parameter_count

◆ parameters

PS_PARAM* COM_STMT_EXECUTE_DATA::parameters

◆ stmt_id

unsigned long COM_STMT_EXECUTE_DATA::stmt_id

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