Beispiel #1
0
 /**
  * 事务回滚
  */
 public function rollback()
 {
     return $this->adapter->rollback();
 }