示例#1
0
 /**
  * 确定事务过程中是否出现失败的查询
  */
 function hasFailedQuery()
 {
     return $this->_dbo->hasFailedQuery();
 }