|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_sqlite_int.h>
Data Fields | |
| const char * | file |
| int | line |
| unsigned int | errcode |
| char * | errmsg |
Definition at line 22 of file php_pdo_sqlite_int.h.
| unsigned int pdo_sqlite_error_info::errcode |
Definition at line 25 of file php_pdo_sqlite_int.h.
| char* pdo_sqlite_error_info::errmsg |
Definition at line 26 of file php_pdo_sqlite_int.h.
| const char* pdo_sqlite_error_info::file |
Definition at line 23 of file php_pdo_sqlite_int.h.
| int pdo_sqlite_error_info::line |
Definition at line 24 of file php_pdo_sqlite_int.h.