Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: triggers

Re: triggers

From: Matt Childress <Cthulhu00_at_worldnet.att.net>
Date: 1998/03/28
Message-ID: <6fki3p$1k@bgtnsc03.worldnet.att.net>#1/1

Martin,

    Basically, it's the name of the event that code will be triggered by. Thus, post-query will fire after the query has been executed, pre-insert will fire prior to the row being inserted, etc. Hope this answers your question.

Martin Meadows wrote in message <351D517E.6B2D_at_indy.net>...
>Anybody know where I get definitions of triggers (I don't have any text
>books or doc)? I'm looking in sqlforms under trigger in a form that
>someone else designed several years ago. I see trigger names like
>post-query
>post-change
>pre-insert
>pre-update
>pre-delete
>etc
>
>What do these actually mean? I don't see descriptions in online help.
>
>Thanks,
>Martin Meadows
Received on Sat Mar 28 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US