Home
last modified time | relevance | path

Searched defs:_pdo_dbh_t (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h434 struct _pdo_dbh_t { struct
438 void *driver_data;
441 char *username, *password;
450 unsigned auto_commit:1;
453 unsigned is_closed:1;
460 unsigned in_txn:1;
469 unsigned stringify:1;
487 enum pdo_case_conversion native_case, desired_case;
492 unsigned int refcount;
497 pdo_driver_t *driver;
[all …]

Completed in 9 milliseconds