php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
st_mysqlnd_stmt_data Struct Reference

#include <mysqlnd_structs.h>

Data Fields

MYSQLND_CONN_DATAconn
 
zend_ulong stmt_id
 
zend_ulong flags
 
enum_mysqlnd_stmt_state state
 
MYSQLND_RESresult
 
unsigned int field_count
 
unsigned int param_count
 
unsigned char send_types_to_server
 
MYSQLND_PARAM_BINDparam_bind
 
MYSQLND_RESULT_BINDresult_bind
 
MYSQLND_UPSERT_STATUSupsert_status
 
MYSQLND_UPSERT_STATUS upsert_status_impl
 
MYSQLND_ERROR_INFOerror_info
 
MYSQLND_ERROR_INFO error_info_impl
 
bool update_max_length
 
bool cursor_exists
 
mysqlnd_stmt_use_or_store_func default_rset_handler
 
zval execute_read_cb
 
zval execute_err_cb
 
bool in_execute_read_cb
 
bool in_execute_err_cb
 
MYSQLND_CMD_BUFFER execute_cmd_buffer
 
unsigned int execute_count
 

Detailed Description

Definition at line 1250 of file mysqlnd_structs.h.

Field Documentation

◆ conn

MYSQLND_CONN_DATA* st_mysqlnd_stmt_data::conn

Definition at line 1252 of file mysqlnd_structs.h.

◆ cursor_exists

bool st_mysqlnd_stmt_data::cursor_exists

Definition at line 1271 of file mysqlnd_structs.h.

◆ default_rset_handler

mysqlnd_stmt_use_or_store_func st_mysqlnd_stmt_data::default_rset_handler

Definition at line 1272 of file mysqlnd_structs.h.

◆ error_info

MYSQLND_ERROR_INFO* st_mysqlnd_stmt_data::error_info

Definition at line 1266 of file mysqlnd_structs.h.

◆ error_info_impl

MYSQLND_ERROR_INFO st_mysqlnd_stmt_data::error_info_impl

Definition at line 1267 of file mysqlnd_structs.h.

◆ execute_cmd_buffer

MYSQLND_CMD_BUFFER st_mysqlnd_stmt_data::execute_cmd_buffer

Definition at line 1279 of file mysqlnd_structs.h.

◆ execute_count

unsigned int st_mysqlnd_stmt_data::execute_count

Definition at line 1280 of file mysqlnd_structs.h.

◆ execute_err_cb

zval st_mysqlnd_stmt_data::execute_err_cb

Definition at line 1275 of file mysqlnd_structs.h.

◆ execute_read_cb

zval st_mysqlnd_stmt_data::execute_read_cb

Definition at line 1274 of file mysqlnd_structs.h.

◆ field_count

unsigned int st_mysqlnd_stmt_data::field_count

Definition at line 1257 of file mysqlnd_structs.h.

◆ flags

zend_ulong st_mysqlnd_stmt_data::flags

Definition at line 1254 of file mysqlnd_structs.h.

◆ in_execute_err_cb

bool st_mysqlnd_stmt_data::in_execute_err_cb

Definition at line 1277 of file mysqlnd_structs.h.

◆ in_execute_read_cb

bool st_mysqlnd_stmt_data::in_execute_read_cb

Definition at line 1276 of file mysqlnd_structs.h.

◆ param_bind

MYSQLND_PARAM_BIND* st_mysqlnd_stmt_data::param_bind

Definition at line 1260 of file mysqlnd_structs.h.

◆ param_count

unsigned int st_mysqlnd_stmt_data::param_count

Definition at line 1258 of file mysqlnd_structs.h.

◆ result

MYSQLND_RES* st_mysqlnd_stmt_data::result

Definition at line 1256 of file mysqlnd_structs.h.

◆ result_bind

MYSQLND_RESULT_BIND* st_mysqlnd_stmt_data::result_bind

Definition at line 1261 of file mysqlnd_structs.h.

◆ send_types_to_server

unsigned char st_mysqlnd_stmt_data::send_types_to_server

Definition at line 1259 of file mysqlnd_structs.h.

◆ state

enum_mysqlnd_stmt_state st_mysqlnd_stmt_data::state

Definition at line 1255 of file mysqlnd_structs.h.

◆ stmt_id

zend_ulong st_mysqlnd_stmt_data::stmt_id

Definition at line 1253 of file mysqlnd_structs.h.

◆ update_max_length

bool st_mysqlnd_stmt_data::update_max_length

Definition at line 1269 of file mysqlnd_structs.h.

◆ upsert_status

MYSQLND_UPSERT_STATUS* st_mysqlnd_stmt_data::upsert_status

Definition at line 1263 of file mysqlnd_structs.h.

◆ upsert_status_impl

MYSQLND_UPSERT_STATUS st_mysqlnd_stmt_data::upsert_status_impl

Definition at line 1264 of file mysqlnd_structs.h.


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