25.12.2012 Views

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

-- corps<br />

create or replace package body mon_paq as<br />

end ;<br />

/<br />

procedure p is<br />

begin<br />

end ;<br />

dbms_output.put_line('toto');<br />

procedure p(i NUMBER) is<br />

begin<br />

end ;<br />

dbms_output.put_line(i);<br />

function p(i NUMBER) return NUMBER is<br />

begin<br />

end ;<br />

Les packages : Exemple (suite)<br />

if (i > 10) then raise mon_exception ; end if ;<br />

return i ;<br />

function get_cpt return NUMBER is<br />

begin return cpt ; end ;<br />

Riadh HADJ M’TIR – 2011/2012 233

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!