Exemplo n.º 1
0
 /**
  * 开启事务
  * @return mixed
  */
 public function begin()
 {
     return $this->_db->begin();
 }
Exemplo n.º 2
0
 /**
  * 开启事务
  */
 public function begin()
 {
     return $this->connectionWrite->begin();
 }
Exemplo n.º 3
0
 /**
  * 开启事务
  * @return mixed
  */
 protected function begin()
 {
     return $this->_db->begin();
 }