php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_odbc_errinfo Struct Reference

#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
 

Detailed Description

Definition at line 114 of file php_pdo_odbc_int.h.

Field Documentation

◆ file

const char* pdo_odbc_errinfo::file

Definition at line 118 of file php_pdo_odbc_int.h.

◆ last_err_msg

char pdo_odbc_errinfo::last_err_msg[SQL_MAX_MESSAGE_LENGTH]

Definition at line 116 of file php_pdo_odbc_int.h.

◆ last_error

SQLINTEGER pdo_odbc_errinfo::last_error

Definition at line 117 of file php_pdo_odbc_int.h.

◆ last_state

char pdo_odbc_errinfo::last_state[6]

Definition at line 115 of file php_pdo_odbc_int.h.

◆ line

int pdo_odbc_errinfo::line

Definition at line 119 of file php_pdo_odbc_int.h.

◆ what

const char * pdo_odbc_errinfo::what

Definition at line 118 of file php_pdo_odbc_int.h.


The documentation for this struct was generated from the following file: