代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/34867/1045598
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/492252/1177693
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/492252/1177697
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/480682/1314967
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/480682/1314971
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/480145/1321727
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/480145/1321731
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/224327/4803943
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/224327/4803947
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/345393/3199667
sql accountpayablemaster_update.sql
CREATE TRIGGER AccountPayableMaster_Update
ON AccountPayableMaster
FOR UPDATE
AS
/* 如果修改记录数是0就结束触发程序 */
IF @@ROWCOUNT = 0 RETURN
/* 定义变量
@SupplierID : 供应商编号
@NewPrepaid : 新的暂付款
@OldPrepaid