代码搜索:trigger

找到约 3,730 项符合「trigger」的源代码

代码结果 3,730
www.eeworm.com/read/101039/6260505

sql c_orderline_trg.sql

CREATE OR REPLACE TRIGGER C_OrderLine_Trg BEFORE INSERT OR DELETE OR UPDATE OF M_Product_ID, LineNetAmt, FreightAmt, ChargeAmt, C_Tax_ID ON C_OrderLine FOR EACH ROW /**************************
www.eeworm.com/read/100285/6272307

hlp create_language.hlp

.pgaw:Help.f.t insert end "CREATE LANGUAGE" {bold} ". Using CREATE LANGUAGE, a Postgres user can register a new language with Postgres. Subsequently, functions and trigger procedures can be defined in
www.eeworm.com/read/410726/11270822

trg emprunt.trg

TYPE=TRIGGERS triggers='CREATE DEFINER=`root`@`localhost` TRIGGER CTRL_nbremp_delet\nAFTER DELETE ON emprunt \nFOR EACH ROW\nUPDATE film \nSET nb_emprunts = (SELECT COUNT( * ) \n
www.eeworm.com/read/233012/14173935

s43 fet140_dma_02.s43

;****************************************************************************** ; MSP430F169 Demo - DMA0 Repeated Block To P1OUT, CCR2IFG Trigger ; ; Description; DMA0 is used to transfer a st
www.eeworm.com/read/237048/4634676

java pragmauninterruptible.java

/* * $Id: PragmaUninterruptible.java,v 1.1 2003/11/25 11:41:17 epr Exp $ */ package org.jnode.vm; /** * Methods that have this exception in their throws list, will not trigger yieldpoints.
www.eeworm.com/read/182103/5273017

status

# # $Id: STATUS,v 1.2 1998/07/30 21:30:46 joel Exp $ # General ======= + It would be nice to utilize the interrupt capabilities of some RTC parts. This could be used to trigger checking the soft
www.eeworm.com/read/177351/5328481

c scalar.c

#include "../../memcheck.h" #include "scalar.h" // Here we are trying to trigger every syscall error (scalar errors and // memory errors) for every syscall. We do this by passing a lot of bogus // a
www.eeworm.com/read/303209/3814662

cs triggereventobject.cs

using System; using System.Linq; using System.Collections.Generic; using System.Text; namespace Microsoft.Mobile.Data { /// /// Event arguments passed to on Trigger events.
www.eeworm.com/read/303209/3814665

cs triggererroreventobject.cs

using System; using System.Linq; using System.Collections.Generic; using System.Text; namespace Microsoft.Mobile.Data { /// /// Event arguments passed to on Trigger events.
www.eeworm.com/read/277933/4148544

sql 触发器.sql

use BookManager GO CREATE TRIGGER CHOOSE on tblClassChsBook INSTEAD OF insert as DECLARE @TakenNum int,@TrueTaken int,@BookId int ,@ClassId int select @TakenNum=s.TakenNum,@TrueTaken=s.TrueTak