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

#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
 

Detailed Description

Definition at line 156 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ error

char st_mysqlnd_packet_eof::error[MYSQLND_ERRMSG_SIZE+1]

Definition at line 162 of file mysqlnd_wireprotocol.h.

◆ error_no

unsigned int st_mysqlnd_packet_eof::error_no

Definition at line 164 of file mysqlnd_wireprotocol.h.

◆ field_count

uint8_t st_mysqlnd_packet_eof::field_count

Definition at line 158 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_eof::header

Definition at line 157 of file mysqlnd_wireprotocol.h.

◆ server_status

uint16_t st_mysqlnd_packet_eof::server_status

Definition at line 160 of file mysqlnd_wireprotocol.h.

◆ sqlstate

char st_mysqlnd_packet_eof::sqlstate[MYSQLND_SQLSTATE_LENGTH+1]

Definition at line 163 of file mysqlnd_wireprotocol.h.

◆ warning_count

uint16_t st_mysqlnd_packet_eof::warning_count

Definition at line 159 of file mysqlnd_wireprotocol.h.


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