Обсуждение: Requirements for Constraint Trigger's Function

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

Requirements for Constraint Trigger's Function

От
Richard Broersma Jr
Дата:
What is the proper way for the function of a constraint trigger to signal where or not referential integrity was
compromised?

Should it return some sort of value?  Should it raise an exception?

Regards,
Richard Broersma Jr.

Re: Requirements for Constraint Trigger's Function

От
Michael Glaesemann
Дата:
On Dec 21, 2007, at 13:12 , Richard Broersma Jr wrote:

> What is the proper way for the function of a constraint trigger to
> signal where or not referential integrity was compromised?
>
> Should it return some sort of value?  Should it raise an exception?

The latter.

Michael Glaesemann
grzm seespotcode net



Re: Requirements for Constraint Trigger's Function

От
Richard Broersma Jr
Дата:
--- On Sat, 12/22/07, Michael Glaesemann <grzm@seespotcode.net> wrote:
> > Should it return some sort of value?  Should it raise
> an exception?
>
> The latter.


Thanks Michael!



Regards,
Richard Broersma Jr.