Home
last modified time | relevance | path

Searched refs:is_writable_txn (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c839 tpb[1] = H->is_writable_txn ? isc_tpb_write : isc_tpb_read; in php_firebird_begin_transaction()
1168 if (H->is_writable_txn != bval) { in pdo_firebird_set_attribute()
1169 H->is_writable_txn = bval; in pdo_firebird_set_attribute()
1174 H->is_writable_txn = !bval; in pdo_firebird_set_attribute()
1180 H->is_writable_txn = !bval; in pdo_firebird_set_attribute()
1258 ZVAL_BOOL(val, H->is_writable_txn); in pdo_firebird_get_attribute()
1349 H->is_writable_txn = pdo_attr_lval(driver_options, PDO_FB_WRITABLE_TRANSACTION, 1); in pdo_firebird_handle_factory()
H A Dphp_pdo_firebird_int.h74 bool is_writable_txn; member

Completed in 8 milliseconds