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

#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
 

Detailed Description

Definition at line 131 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ affected_rows

uint64_t st_mysqlnd_packet_ok::affected_rows

Definition at line 134 of file mysqlnd_wireprotocol.h.

◆ error

char st_mysqlnd_packet_ok::error[MYSQLND_ERRMSG_SIZE+1]

Definition at line 141 of file mysqlnd_wireprotocol.h.

◆ error_no

unsigned int st_mysqlnd_packet_ok::error_no

Definition at line 143 of file mysqlnd_wireprotocol.h.

◆ field_count

uint8_t st_mysqlnd_packet_ok::field_count

Definition at line 133 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_ok::header

Definition at line 132 of file mysqlnd_wireprotocol.h.

◆ last_insert_id

uint64_t st_mysqlnd_packet_ok::last_insert_id

Definition at line 135 of file mysqlnd_wireprotocol.h.

◆ message

char* st_mysqlnd_packet_ok::message

Definition at line 138 of file mysqlnd_wireprotocol.h.

◆ message_len

size_t st_mysqlnd_packet_ok::message_len

Definition at line 139 of file mysqlnd_wireprotocol.h.

◆ server_status

uint16_t st_mysqlnd_packet_ok::server_status

Definition at line 136 of file mysqlnd_wireprotocol.h.

◆ sqlstate

char st_mysqlnd_packet_ok::sqlstate[MYSQLND_SQLSTATE_LENGTH+1]

Definition at line 142 of file mysqlnd_wireprotocol.h.

◆ warning_count

uint16_t st_mysqlnd_packet_ok::warning_count

Definition at line 137 of file mysqlnd_wireprotocol.h.


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