Lines Matching refs:PDO
2 PDO PgSQL isInTransaction
16 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
17 $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
23 echo "Test PDO::PGSQL_TRANSACTION_INTRANS\n";
33 echo "Test PDO::PGSQL_TRANSACTION_IDLE\n";
44 …/* We catch the exception because the execute will give error and we must test the PDO::PGSQL_TRAN…
45 echo "Test PDO::PGSQL_TRANSACTION_INERROR\n";
50 echo "Test PDO::PGSQL_TRANSACTION_IDLE\n";
61 Test PDO::PGSQL_TRANSACTION_INTRANS
63 Test PDO::PGSQL_TRANSACTION_IDLE
65 Test PDO::PGSQL_TRANSACTION_INERROR
67 Test PDO::PGSQL_TRANSACTION_IDLE