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

#include <mysqlnd_structs.h>

Data Fields

char * error
 
char sqlstate [MYSQLND_SQLSTATE_LENGTH+1]
 
unsigned int error_no
 

Detailed Description

Definition at line 154 of file mysqlnd_structs.h.

Field Documentation

◆ error

char* st_mysqlnd_error_list_element::error

Definition at line 156 of file mysqlnd_structs.h.

◆ error_no

unsigned int st_mysqlnd_error_list_element::error_no

Definition at line 158 of file mysqlnd_structs.h.

◆ sqlstate

char st_mysqlnd_error_list_element::sqlstate[MYSQLND_SQLSTATE_LENGTH+1]

Definition at line 157 of file mysqlnd_structs.h.


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