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

#include <mysqlnd_wireprotocol.h>

Data Fields

MYSQLND_PACKET_HEADER header
 
MYSQLND_MEMORY_POOLmemory_pool
 
MYSQLND_FIELDmetadata
 
bool skip_parsing
 
MYSQLND_ERROR_INFO error_info
 

Detailed Description

Definition at line 195 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ error_info

MYSQLND_ERROR_INFO st_mysqlnd_packet_res_field::error_info

Definition at line 202 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_res_field::header

Definition at line 196 of file mysqlnd_wireprotocol.h.

◆ memory_pool

MYSQLND_MEMORY_POOL* st_mysqlnd_packet_res_field::memory_pool

Definition at line 197 of file mysqlnd_wireprotocol.h.

◆ metadata

MYSQLND_FIELD* st_mysqlnd_packet_res_field::metadata

Definition at line 198 of file mysqlnd_wireprotocol.h.

◆ skip_parsing

bool st_mysqlnd_packet_res_field::skip_parsing

Definition at line 200 of file mysqlnd_wireprotocol.h.


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