代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/336717/12422398
h nu_xm2301g_api.h
#ifndef NU_XM2301G_API_H
#define NU_XM2301G_API_H
#include "Nu_Types.h"
#include "Nu_SYS_API.h"
#define XM2301G_COUNTERREPORT_ID 0x0100
#define XM2301G_PKTCAPTURED_ID
www.eeworm.com/read/168214/5447722
asm mod6_cnt.asm
;===========================================================================
; File Name: mod6_cnt.asm
;
; Module Name: MOD6_CNT
;
; Initialization Routine: MOD6_CNT_INIT
;
; Origina
www.eeworm.com/read/161559/5551346
sql c_voipglobals_trig.sql
-- Global settings for the billing system
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (GPL)
-- see file C
www.eeworm.com/read/473531/6845996
c dim.c
/*
* Digital AC Dimmer
*
* Copyright (c) 2005-2008 Chris Fallin
* Placed under the modified BSD license
*
* dim.c: interrupt-driven AC dimmer module
*/
#include "d
www.eeworm.com/read/173349/9661862
test lastinsert.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/173303/9662542
log apd.log
APRO v4.05
Compiler : C++ Builder 6
Operating System : Windows 2000 5.0 Service Pack 4
Device: COM2
Date/time: 06-07-06, 17:05:09
Time Type SubType Data OtherData
--------
www.eeworm.com/read/300822/13891437
sql ticket_sold_tigger.sql
create or replace trigger ticket_sold_tigger before insert on bookRecord
referencing new as new
for each row
begin
update ticket
set sold = '1'
where ticket_id = :new.ticket_id ;
end;
www.eeworm.com/read/300822/13891442
sql delete_ticket_tigger.sql
create or replace trigger delete_section_trigger after delete on show
referencing old as old
for each row
begin
delete from bookRecord
where ticket_id in(
select ticket_id from ticket