PRC_S_SQL_DEBUG_LOG(2)

来源:互联网 发布:tia博途软件v13 编辑:程序博客网 时间:2024/05/22 16:51
/**
  * @description it will rollback when have a exception.
  */
exception
    when others then
        rollback;
end;
0 0