Home
last modified time | relevance | path

Searched refs:nestedTransaction (Results 1 – 1 of 1) sorted by relevance

/plugin/database2/
H A Ddatabase2.php4147 * @param boolean $nestedTransaction set true, if you call in a transaction
4151 protected function nextID( $table, $nestedTransaction = false ) argument
4167 if ( !$nestedTransaction && !$this->db->beginTransaction() )
4209 if ( !$nestedTransaction && !$this->db->commit() )
4219 if ( !$nestedTransaction && !$this->db->rollBack() )