示例#1
0
 /**
  * Rolls back the transaction
  * @return boolean
  */
 function rollBackTransaction()
 {
     return rad_dbpdo::rollBack();
 }