|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_dblib_int.h>
Data Fields | |
| int | severity |
| int | oserr |
| int | dberr |
| char * | oserrstr |
| char * | dberrstr |
| char * | sqlstate |
| char * | lastmsg |
Definition at line 108 of file php_pdo_dblib_int.h.
| int pdo_dblib_err::dberr |
Definition at line 111 of file php_pdo_dblib_int.h.
| char* pdo_dblib_err::dberrstr |
Definition at line 113 of file php_pdo_dblib_int.h.
| char* pdo_dblib_err::lastmsg |
Definition at line 115 of file php_pdo_dblib_int.h.
| int pdo_dblib_err::oserr |
Definition at line 110 of file php_pdo_dblib_int.h.
| char* pdo_dblib_err::oserrstr |
Definition at line 112 of file php_pdo_dblib_int.h.
| int pdo_dblib_err::severity |
Definition at line 109 of file php_pdo_dblib_int.h.
| char* pdo_dblib_err::sqlstate |
Definition at line 114 of file php_pdo_dblib_int.h.