代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/345393/3199668
sql accountreceivabledetail_update.sql
CREATE TRIGGER AccountReceivableDetail_Update
ON AccountReceivableDetail
FOR UPDATE
AS
/* 如果修改记录数是0就结束触发程序 */
IF @@ROWCOUNT = 0 RETURN
/* 定义变量
@CustomerID : 客户编号
@NewDeliveryID : 新的出货单号
@Ol
www.eeworm.com/read/345393/3199687
sql changedetail_insert.sql
CREATE TRIGGER ChangeDetail_Insert
ON ChangeDetail
FOR INSERT
AS
/* 如果新增记录数是0就结束触发程序 */
IF @@ROWCOUNT = 0 RETURN
/* 定义变量
@ProductID : 商品编号
@Quantity : 数量
*/
DECLARE @ProductID Char(10)
DE
www.eeworm.com/read/324606/3499838
c trgshow.c
/* trgShow.c - trigger show routine */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,04mar99,dgp replace INCLUDE_SHO
www.eeworm.com/read/318603/3567248
c trglib.c
/* trgLib.c - trigger events control library */
/* Copyright 1994-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01x,21mar02,tcr Fix SPR 7
www.eeworm.com/read/318603/3567252
c trgshow.c
/* trgShow.c - trigger show routine */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,04mar99,dgp replace INCLUDE_SHO
www.eeworm.com/read/317812/3575654
c trglib.c
/* trgLib.c - trigger events control library */
/* Copyright 1994-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01x,21mar02,tcr Fix SPR 7
www.eeworm.com/read/317812/3575658
c trgshow.c
/* trgShow.c - trigger show routine */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,04mar99,dgp replace INCLUDE_SHO
www.eeworm.com/read/317812/3576901
c trglib.c
/* trgLib.c - trigger events control library */
/* Copyright 1994-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01x,21mar02,tcr Fix SPR 7
www.eeworm.com/read/317812/3576905
c trgshow.c
/* trgShow.c - trigger show routine */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,04mar99,dgp replace INCLUDE_SHO
www.eeworm.com/read/314225/3638475
c trglib.c
/* trgLib.c - trigger events control library */
/* Copyright 1994-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01x,21mar02,tcr Fix SPR 7