php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_firebird_int.h>
Data Fields | |
ISC_STATUS | isc_status [20] |
isc_db_handle | db |
isc_tr_handle | tr |
bool | in_manually_txn |
bool | is_writable_txn |
zend_ulong | txn_isolation_level |
char * | date_format |
char * | time_format |
char * | timestamp_format |
unsigned | sql_dialect:2 |
unsigned | fetch_table_names:1 |
unsigned | _reserved:29 |
pdo_firebird_error_info | einfo |
Definition at line 70 of file php_pdo_firebird_int.h.
unsigned pdo_firebird_db_handle::_reserved |
Definition at line 93 of file php_pdo_firebird_int.h.
char* pdo_firebird_db_handle::date_format |
Definition at line 84 of file php_pdo_firebird_int.h.
isc_db_handle pdo_firebird_db_handle::db |
Definition at line 75 of file php_pdo_firebird_int.h.
pdo_firebird_error_info pdo_firebird_db_handle::einfo |
Definition at line 95 of file php_pdo_firebird_int.h.
unsigned pdo_firebird_db_handle::fetch_table_names |
Definition at line 91 of file php_pdo_firebird_int.h.
bool pdo_firebird_db_handle::in_manually_txn |
Definition at line 79 of file php_pdo_firebird_int.h.
bool pdo_firebird_db_handle::is_writable_txn |
Definition at line 80 of file php_pdo_firebird_int.h.
ISC_STATUS pdo_firebird_db_handle::isc_status[20] |
Definition at line 72 of file php_pdo_firebird_int.h.
unsigned pdo_firebird_db_handle::sql_dialect |
Definition at line 88 of file php_pdo_firebird_int.h.
char* pdo_firebird_db_handle::time_format |
Definition at line 85 of file php_pdo_firebird_int.h.
char* pdo_firebird_db_handle::timestamp_format |
Definition at line 86 of file php_pdo_firebird_int.h.
isc_tr_handle pdo_firebird_db_handle::tr |
Definition at line 78 of file php_pdo_firebird_int.h.
zend_ulong pdo_firebird_db_handle::txn_isolation_level |
Definition at line 81 of file php_pdo_firebird_int.h.