Quellcode Prozedur nt_v_rollbackwork

Das DB-Objekt selbst

create procedure "informix".nt_v_rollbackwork()
  -- Ignorieren:
  --   Not in transaction
  --   The specified table <table-name> is not in the database
  --   Table <table-name> has been dropped, altered, or renamed
  ON EXCEPTION IN ( -255, -206, -710 ) END EXCEPTION WITH RESUME
  ROLLBACK WORK;
end procedure

Abhängige Objekte, Rechte

grant  execute on "informix".nt_v_rollbackwork to "public" as "informix";

HTML-Autor: Rohloff, Datenbank: demodb, Datenstand: 31.05.00 17:07