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

#include <mysqlnd_wireprotocol.h>

Data Fields

MYSQLND_PACKET_HEADER header
 
uint32_t field_count
 
bool eof
 
uint16_t warning_count
 
uint16_t server_status
 
MYSQLND_ROW_BUFFER row_buffer
 
MYSQLND_MEMORY_POOLresult_set_memory_pool
 
bool binary_protocol
 
MYSQLND_FIELDfields_metadata
 
MYSQLND_ERROR_INFO error_info
 

Detailed Description

Definition at line 207 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ binary_protocol

bool st_mysqlnd_packet_row::binary_protocol

Definition at line 221 of file mysqlnd_wireprotocol.h.

◆ eof

bool st_mysqlnd_packet_row::eof

Definition at line 210 of file mysqlnd_wireprotocol.h.

◆ error_info

MYSQLND_ERROR_INFO st_mysqlnd_packet_row::error_info

Definition at line 225 of file mysqlnd_wireprotocol.h.

◆ field_count

uint32_t st_mysqlnd_packet_row::field_count

Definition at line 209 of file mysqlnd_wireprotocol.h.

◆ fields_metadata

MYSQLND_FIELD* st_mysqlnd_packet_row::fields_metadata

Definition at line 222 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_row::header

Definition at line 208 of file mysqlnd_wireprotocol.h.

◆ result_set_memory_pool

MYSQLND_MEMORY_POOL* st_mysqlnd_packet_row::result_set_memory_pool

Definition at line 219 of file mysqlnd_wireprotocol.h.

◆ row_buffer

MYSQLND_ROW_BUFFER st_mysqlnd_packet_row::row_buffer

Definition at line 218 of file mysqlnd_wireprotocol.h.

◆ server_status

uint16_t st_mysqlnd_packet_row::server_status

Definition at line 216 of file mysqlnd_wireprotocol.h.

◆ warning_count

uint16_t st_mysqlnd_packet_row::warning_count

Definition at line 215 of file mysqlnd_wireprotocol.h.


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