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

#include <php_pdo_firebird_int.h>

Data Fields

int sqlcode
 
char * errmsg
 
size_t errmsg_length
 

Detailed Description

Definition at line 64 of file php_pdo_firebird_int.h.

Field Documentation

◆ errmsg

char* pdo_firebird_error_info::errmsg

Definition at line 66 of file php_pdo_firebird_int.h.

◆ errmsg_length

size_t pdo_firebird_error_info::errmsg_length

Definition at line 67 of file php_pdo_firebird_int.h.

◆ sqlcode

int pdo_firebird_error_info::sqlcode

Definition at line 65 of file php_pdo_firebird_int.h.


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