|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Public Member Functions | |
| MYSQLND_CLASS_METHODS_TYPE (mysqlnd_error_info) *m | |
Data Fields | |
| char | error [MYSQLND_ERRMSG_SIZE+1] |
| char | sqlstate [MYSQLND_SQLSTATE_LENGTH+1] |
| unsigned int | error_no |
| zend_llist | error_list |
| bool | persistent |
Definition at line 142 of file mysqlnd_structs.h.
| st_mysqlnd_error_info::MYSQLND_CLASS_METHODS_TYPE | ( | mysqlnd_error_info | ) |
| char st_mysqlnd_error_info::error[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 144 of file mysqlnd_structs.h.
| zend_llist st_mysqlnd_error_info::error_list |
Definition at line 147 of file mysqlnd_structs.h.
| unsigned int st_mysqlnd_error_info::error_no |
Definition at line 146 of file mysqlnd_structs.h.
| bool st_mysqlnd_error_info::persistent |
Definition at line 149 of file mysqlnd_structs.h.
| char st_mysqlnd_error_info::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 145 of file mysqlnd_structs.h.