If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > No cascade before

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-11, 05:03
Breako Breako is offline
Registered User
 
Join Date: Jan 2006
Posts: 119
No cascade before

Hi,
What exactly does "NO CASCADE" mean before the definition of triggers?

I get the idea there's no cascading. But exactly what type of cascading is it referring to.

Thanks

Last edited by Breako; 08-06-11 at 05:23.
Reply With Quote
  #2 (permalink)  
Old 08-06-11, 06:02
tonkuma tonkuma is offline
Registered User
 
Join Date: Feb 2008
Location: Japan
Posts: 2,193
IBM DB2 9.7 for Linux, UNIX, and Windows SQL Reference, Volume 2
---> SQL statements ---> CREATE TRIGGER ---> Description

Quote:
NO CASCADE BEFORE
Specifies that the associated triggered action is to be applied before any
changes caused by the actual update of the subject table are applied to the
database. It also specifies that the triggered action of the trigger will not cause
other triggers to be activated.
Reply With Quote
  #3 (permalink)  
Old 08-06-11, 06:33
Breako Breako is offline
Registered User
 
Join Date: Jan 2006
Posts: 119
Thanks a lot.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On