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

#include <php_pdo_dblib_int.h>

Data Fields

int severity
 
int oserr
 
int dberr
 
char * oserrstr
 
char * dberrstr
 
char * sqlstate
 
char * lastmsg
 

Detailed Description

Definition at line 108 of file php_pdo_dblib_int.h.

Field Documentation

◆ dberr

int pdo_dblib_err::dberr

Definition at line 111 of file php_pdo_dblib_int.h.

◆ dberrstr

char* pdo_dblib_err::dberrstr

Definition at line 113 of file php_pdo_dblib_int.h.

◆ lastmsg

char* pdo_dblib_err::lastmsg

Definition at line 115 of file php_pdo_dblib_int.h.

◆ oserr

int pdo_dblib_err::oserr

Definition at line 110 of file php_pdo_dblib_int.h.

◆ oserrstr

char* pdo_dblib_err::oserrstr

Definition at line 112 of file php_pdo_dblib_int.h.

◆ severity

int pdo_dblib_err::severity

Definition at line 109 of file php_pdo_dblib_int.h.

◆ sqlstate

char* pdo_dblib_err::sqlstate

Definition at line 114 of file php_pdo_dblib_int.h.


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