Exemplo n.º 1
0
 /**
  * 提交事务
  */
 public function commit()
 {
     return $this->connectionWrite->commit();
 }
Exemplo n.º 2
0
 /**
  * 提交事务并结束
  * @return mixed
  */
 public function commit()
 {
     return $this->_linkID->commit();
 }
Exemplo n.º 3
0
 /**
  * 提交事务并结束
  * @return mixed
  */
 public function commit()
 {
     return $this->_db->commit();
 }
Exemplo n.º 4
0
 /**
  * 提交事务并结束
  * @return mixed
  */
 protected function commit()
 {
     return $this->_db->commit();
 }