Обсуждение: creating assertions in functions

Поиск
Список
Период
Сортировка

creating assertions in functions

От
Leon Sol Levy
Дата:
 hi.  i was wondering how to go about creating an assertion to be used within a
pl/sql function.
do i put

create assertion  <assertion name>
check ...

before or after "begin"?

thanks

--
-leon (in the dungeon of EUII @ UC Davis)

Re: creating assertions in functions

От
Leon Sol Levy
Дата:
hmm.. actually the problem i encountered didn't require me to try the impossible below!

-leon

Leon Sol Levy <levy@pc41.cs.ucdavis.edu> wrote:
:  hi.  i was wondering how to go about creating an assertion to be used within a
: pl/sql function.
: do i put
:
: create assertion  <assertion name>
: check ...
:
: before or after "begin"?
:
: thanks

: --
: -leon (in the dungeon of EUII @ UC Davis)

--
-leon (in the dungeon of EUII @ UC Davis)