php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_odbc_int.h>
Data Fields | |
char | last_state [6] |
char | last_err_msg [SQL_MAX_MESSAGE_LENGTH] |
SQLINTEGER | last_error |
const char * | file |
const char * | what |
int | line |
Definition at line 114 of file php_pdo_odbc_int.h.
const char* pdo_odbc_errinfo::file |
Definition at line 118 of file php_pdo_odbc_int.h.
char pdo_odbc_errinfo::last_err_msg[SQL_MAX_MESSAGE_LENGTH] |
Definition at line 116 of file php_pdo_odbc_int.h.
SQLINTEGER pdo_odbc_errinfo::last_error |
Definition at line 117 of file php_pdo_odbc_int.h.
char pdo_odbc_errinfo::last_state[6] |
Definition at line 115 of file php_pdo_odbc_int.h.
int pdo_odbc_errinfo::line |
Definition at line 119 of file php_pdo_odbc_int.h.
const char * pdo_odbc_errinfo::what |
Definition at line 118 of file php_pdo_odbc_int.h.