|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Data Fields | |
| MYSQLND_CONN_DATA * | conn |
| zend_ulong | stmt_id |
| zend_ulong | flags |
| enum_mysqlnd_stmt_state | state |
| MYSQLND_RES * | result |
| unsigned int | field_count |
| unsigned int | param_count |
| unsigned char | send_types_to_server |
| MYSQLND_PARAM_BIND * | param_bind |
| MYSQLND_RESULT_BIND * | result_bind |
| MYSQLND_UPSERT_STATUS * | upsert_status |
| MYSQLND_UPSERT_STATUS | upsert_status_impl |
| MYSQLND_ERROR_INFO * | error_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 |
Definition at line 1250 of file mysqlnd_structs.h.
| MYSQLND_CONN_DATA* st_mysqlnd_stmt_data::conn |
Definition at line 1252 of file mysqlnd_structs.h.
| bool st_mysqlnd_stmt_data::cursor_exists |
Definition at line 1271 of file mysqlnd_structs.h.
| mysqlnd_stmt_use_or_store_func st_mysqlnd_stmt_data::default_rset_handler |
Definition at line 1272 of file mysqlnd_structs.h.
| MYSQLND_ERROR_INFO* st_mysqlnd_stmt_data::error_info |
Definition at line 1266 of file mysqlnd_structs.h.
| MYSQLND_ERROR_INFO st_mysqlnd_stmt_data::error_info_impl |
Definition at line 1267 of file mysqlnd_structs.h.
| MYSQLND_CMD_BUFFER st_mysqlnd_stmt_data::execute_cmd_buffer |
Definition at line 1279 of file mysqlnd_structs.h.
| unsigned int st_mysqlnd_stmt_data::execute_count |
Definition at line 1280 of file mysqlnd_structs.h.
| zval st_mysqlnd_stmt_data::execute_err_cb |
Definition at line 1275 of file mysqlnd_structs.h.
| zval st_mysqlnd_stmt_data::execute_read_cb |
Definition at line 1274 of file mysqlnd_structs.h.
| unsigned int st_mysqlnd_stmt_data::field_count |
Definition at line 1257 of file mysqlnd_structs.h.
| zend_ulong st_mysqlnd_stmt_data::flags |
Definition at line 1254 of file mysqlnd_structs.h.
| bool st_mysqlnd_stmt_data::in_execute_err_cb |
Definition at line 1277 of file mysqlnd_structs.h.
| bool st_mysqlnd_stmt_data::in_execute_read_cb |
Definition at line 1276 of file mysqlnd_structs.h.
| MYSQLND_PARAM_BIND* st_mysqlnd_stmt_data::param_bind |
Definition at line 1260 of file mysqlnd_structs.h.
| unsigned int st_mysqlnd_stmt_data::param_count |
Definition at line 1258 of file mysqlnd_structs.h.
| MYSQLND_RES* st_mysqlnd_stmt_data::result |
Definition at line 1256 of file mysqlnd_structs.h.
| MYSQLND_RESULT_BIND* st_mysqlnd_stmt_data::result_bind |
Definition at line 1261 of file mysqlnd_structs.h.
| unsigned char st_mysqlnd_stmt_data::send_types_to_server |
Definition at line 1259 of file mysqlnd_structs.h.
| enum_mysqlnd_stmt_state st_mysqlnd_stmt_data::state |
Definition at line 1255 of file mysqlnd_structs.h.
| zend_ulong st_mysqlnd_stmt_data::stmt_id |
Definition at line 1253 of file mysqlnd_structs.h.
| bool st_mysqlnd_stmt_data::update_max_length |
Definition at line 1269 of file mysqlnd_structs.h.
| MYSQLND_UPSERT_STATUS* st_mysqlnd_stmt_data::upsert_status |
Definition at line 1263 of file mysqlnd_structs.h.
| MYSQLND_UPSERT_STATUS st_mysqlnd_stmt_data::upsert_status_impl |
Definition at line 1264 of file mysqlnd_structs.h.