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 |
uint16_t | warning_count |
uint16_t | server_status |
char | error [MYSQLND_ERRMSG_SIZE+1] |
char | sqlstate [MYSQLND_SQLSTATE_LENGTH+1] |
unsigned int | error_no |
Definition at line 156 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_eof::error[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 162 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_eof::error_no |
Definition at line 164 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_eof::field_count |
Definition at line 158 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_eof::header |
Definition at line 157 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_eof::server_status |
Definition at line 160 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_eof::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 163 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_eof::warning_count |
Definition at line 159 of file mysqlnd_wireprotocol.h.