php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
MYSQLND_PACKET_HEADER | header |
uint8_t | field_count |
uint64_t | affected_rows |
uint64_t | last_insert_id |
uint16_t | server_status |
uint16_t | warning_count |
char * | message |
size_t | message_len |
char | error [MYSQLND_ERRMSG_SIZE+1] |
char | sqlstate [MYSQLND_SQLSTATE_LENGTH+1] |
unsigned int | error_no |
Definition at line 131 of file mysqlnd_wireprotocol.h.
uint64_t st_mysqlnd_packet_ok::affected_rows |
Definition at line 134 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_ok::error[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 141 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_ok::error_no |
Definition at line 143 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_ok::field_count |
Definition at line 133 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_ok::header |
Definition at line 132 of file mysqlnd_wireprotocol.h.
uint64_t st_mysqlnd_packet_ok::last_insert_id |
Definition at line 135 of file mysqlnd_wireprotocol.h.
char* st_mysqlnd_packet_ok::message |
Definition at line 138 of file mysqlnd_wireprotocol.h.
size_t st_mysqlnd_packet_ok::message_len |
Definition at line 139 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_ok::server_status |
Definition at line 136 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_ok::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 142 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_ok::warning_count |
Definition at line 137 of file mysqlnd_wireprotocol.h.