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