Lines Matching refs:PDO
2 PDO PgSQL isInTransaction
14 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
15 $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
21 echo "Test PDO::PGSQL_TRANSACTION_INTRANS\n";
31 echo "Test PDO::PGSQL_TRANSACTION_IDLE\n";
42 …/* We catch the exception because the execute will give error and we must test the PDO::PGSQL_TRAN…
43 echo "Test PDO::PGSQL_TRANSACTION_INERROR\n";
48 echo "Test PDO::PGSQL_TRANSACTION_IDLE\n";
59 Test PDO::PGSQL_TRANSACTION_INTRANS
61 Test PDO::PGSQL_TRANSACTION_IDLE
63 Test PDO::PGSQL_TRANSACTION_INERROR
65 Test PDO::PGSQL_TRANSACTION_IDLE