php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Data Fields | |
char * | error |
char | sqlstate [MYSQLND_SQLSTATE_LENGTH+1] |
unsigned int | error_no |
Definition at line 154 of file mysqlnd_structs.h.
char* st_mysqlnd_error_list_element::error |
Definition at line 156 of file mysqlnd_structs.h.
unsigned int st_mysqlnd_error_list_element::error_no |
Definition at line 158 of file mysqlnd_structs.h.
char st_mysqlnd_error_list_element::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 157 of file mysqlnd_structs.h.