/** * Rolls back the transaction * @return boolean */ function rollBackTransaction() { return rad_dbpdo::rollBack(); }