Lines Matching refs:setAttribute
46 echo "========== Set attr in setAttribute and behavior check ==========\n";
57 var_dump($dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true));
70 var_dump($dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false));
85 echo "========== Set attr in setAttribute while transaction ==========\n";
87 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true);
92 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true);
101 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false);
109 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false);
114 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true);
123 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false);
143 ========== Set attr in setAttribute and behavior check ==========
171 ========== Set attr in setAttribute while transaction ==========