|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
| HashTable * | lob_streams |
| zend_fcall_info_cache * | notice_callback |
Definition at line 38 of file php_pdo_pgsql_int.h.
| unsigned pdo_pgsql_db_handle::_reserved |
Definition at line 41 of file php_pdo_pgsql_int.h.
| unsigned pdo_pgsql_db_handle::attached |
Definition at line 40 of file php_pdo_pgsql_int.h.
| bool pdo_pgsql_db_handle::disable_native_prepares |
Definition at line 48 of file php_pdo_pgsql_int.h.
| bool pdo_pgsql_db_handle::disable_prepares |
Definition at line 49 of file php_pdo_pgsql_int.h.
| pdo_pgsql_error_info pdo_pgsql_db_handle::einfo |
Definition at line 42 of file php_pdo_pgsql_int.h.
| bool pdo_pgsql_db_handle::emulate_prepares |
Definition at line 47 of file php_pdo_pgsql_int.h.
| HashTable* pdo_pgsql_db_handle::lob_streams |
Definition at line 50 of file php_pdo_pgsql_int.h.
| zend_fcall_info_cache* pdo_pgsql_db_handle::notice_callback |
Definition at line 51 of file php_pdo_pgsql_int.h.
| Oid pdo_pgsql_db_handle::pgoid |
Definition at line 43 of file php_pdo_pgsql_int.h.
| PGconn* pdo_pgsql_db_handle::server |
Definition at line 39 of file php_pdo_pgsql_int.h.
| unsigned int pdo_pgsql_db_handle::stmt_counter |
Definition at line 44 of file php_pdo_pgsql_int.h.