Searched refs:nestedTransaction (Results 1 – 1 of 1) sorted by relevance
4147 * @param boolean $nestedTransaction set true, if you call in a transaction4151 protected function nextID( $table, $nestedTransaction = false ) argument4167 if ( !$nestedTransaction && !$this->db->beginTransaction() )4209 if ( !$nestedTransaction && !$this->db->commit() )4219 if ( !$nestedTransaction && !$this->db->rollBack() )