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

#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
 

Detailed Description

Definition at line 70 of file php_pdo_firebird_int.h.

Field Documentation

◆ _reserved

unsigned pdo_firebird_db_handle::_reserved

Definition at line 93 of file php_pdo_firebird_int.h.

◆ date_format

char* pdo_firebird_db_handle::date_format

Definition at line 84 of file php_pdo_firebird_int.h.

◆ db

isc_db_handle pdo_firebird_db_handle::db

Definition at line 75 of file php_pdo_firebird_int.h.

◆ einfo

pdo_firebird_error_info pdo_firebird_db_handle::einfo

Definition at line 95 of file php_pdo_firebird_int.h.

◆ fetch_table_names

unsigned pdo_firebird_db_handle::fetch_table_names

Definition at line 91 of file php_pdo_firebird_int.h.

◆ in_manually_txn

bool pdo_firebird_db_handle::in_manually_txn

Definition at line 79 of file php_pdo_firebird_int.h.

◆ is_writable_txn

bool pdo_firebird_db_handle::is_writable_txn

Definition at line 80 of file php_pdo_firebird_int.h.

◆ isc_status

ISC_STATUS pdo_firebird_db_handle::isc_status[20]

Definition at line 72 of file php_pdo_firebird_int.h.

◆ sql_dialect

unsigned pdo_firebird_db_handle::sql_dialect

Definition at line 88 of file php_pdo_firebird_int.h.

◆ time_format

char* pdo_firebird_db_handle::time_format

Definition at line 85 of file php_pdo_firebird_int.h.

◆ timestamp_format

char* pdo_firebird_db_handle::timestamp_format

Definition at line 86 of file php_pdo_firebird_int.h.

◆ tr

isc_tr_handle pdo_firebird_db_handle::tr

Definition at line 78 of file php_pdo_firebird_int.h.

◆ txn_isolation_level

zend_ulong pdo_firebird_db_handle::txn_isolation_level

Definition at line 81 of file php_pdo_firebird_int.h.


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