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

#include <php_pdo_pgsql_int.h>

Data Fields

PGconn * server
 
unsigned attached:1
 
unsigned _reserved:31
 
pdo_pgsql_error_info einfo
 
Oid pgoid
 
unsigned int stmt_counter
 
bool emulate_prepares
 
bool disable_native_prepares
 
bool disable_prepares
 
HashTablelob_streams
 
zend_fcall_info_cachenotice_callback
 

Detailed Description

Definition at line 38 of file php_pdo_pgsql_int.h.

Field Documentation

◆ _reserved

unsigned pdo_pgsql_db_handle::_reserved

Definition at line 41 of file php_pdo_pgsql_int.h.

◆ attached

unsigned pdo_pgsql_db_handle::attached

Definition at line 40 of file php_pdo_pgsql_int.h.

◆ disable_native_prepares

bool pdo_pgsql_db_handle::disable_native_prepares

Definition at line 48 of file php_pdo_pgsql_int.h.

◆ disable_prepares

bool pdo_pgsql_db_handle::disable_prepares

Definition at line 49 of file php_pdo_pgsql_int.h.

◆ einfo

pdo_pgsql_error_info pdo_pgsql_db_handle::einfo

Definition at line 42 of file php_pdo_pgsql_int.h.

◆ emulate_prepares

bool pdo_pgsql_db_handle::emulate_prepares

Definition at line 47 of file php_pdo_pgsql_int.h.

◆ lob_streams

HashTable* pdo_pgsql_db_handle::lob_streams

Definition at line 50 of file php_pdo_pgsql_int.h.

◆ notice_callback

zend_fcall_info_cache* pdo_pgsql_db_handle::notice_callback

Definition at line 51 of file php_pdo_pgsql_int.h.

◆ pgoid

Oid pdo_pgsql_db_handle::pgoid

Definition at line 43 of file php_pdo_pgsql_int.h.

◆ server

PGconn* pdo_pgsql_db_handle::server

Definition at line 39 of file php_pdo_pgsql_int.h.

◆ stmt_counter

unsigned int pdo_pgsql_db_handle::stmt_counter

Definition at line 44 of file php_pdo_pgsql_int.h.


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