예제 #1
0
파일: Query.php 프로젝트: ZhuJingfa/HuiLib
 /**
  * 事务回滚
  */
 public function rollback()
 {
     return $this->adapter->rollback();
 }