Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo/
H A Dphp_pdo_driver.h427 struct _pdo_dbh_t { struct
431 void *driver_data;
434 char *username, *password;
443 unsigned auto_commit:1;
446 unsigned is_closed:1;
453 unsigned in_txn:1;
462 unsigned stringify:1;
477 enum pdo_case_conversion native_case, desired_case;
482 unsigned int refcount;
487 pdo_driver_t *driver;
[all …]

Completed in 14 milliseconds