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

#include <php_pdo_pgsql_int.h>

Data Fields

zval dbh
 
PGconn * conn
 
int lfd
 
Oid oid
 

Detailed Description

Definition at line 97 of file php_pdo_pgsql_int.h.

Field Documentation

◆ conn

PGconn* pdo_pgsql_lob_self::conn

Definition at line 99 of file php_pdo_pgsql_int.h.

◆ dbh

zval pdo_pgsql_lob_self::dbh

Definition at line 98 of file php_pdo_pgsql_int.h.

◆ lfd

int pdo_pgsql_lob_self::lfd

Definition at line 100 of file php_pdo_pgsql_int.h.

◆ oid

Oid pdo_pgsql_lob_self::oid

Definition at line 101 of file php_pdo_pgsql_int.h.


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