コード例 #1
0
 public function beginTransaction()
 {
     if (!$this->connection->beginTransaction()) {
         $this->throwPdoException();
     }
 }