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

#include <php_pdo_pgsql_int.h>

Data Fields

const char * file
 
int line
 
unsigned int errcode
 
char * errmsg
 

Detailed Description

Definition at line 30 of file php_pdo_pgsql_int.h.

Field Documentation

◆ errcode

unsigned int pdo_pgsql_error_info::errcode

Definition at line 33 of file php_pdo_pgsql_int.h.

◆ errmsg

char* pdo_pgsql_error_info::errmsg

Definition at line 34 of file php_pdo_pgsql_int.h.

◆ file

const char* pdo_pgsql_error_info::file

Definition at line 31 of file php_pdo_pgsql_int.h.

◆ line

int pdo_pgsql_error_info::line

Definition at line 32 of file php_pdo_pgsql_int.h.


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