代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/173141/5378997
sql triggergeneral.sql
--
-- General trigger test
--
create function printTriggerInfo() returns varchar(1) PARAMETER STYLE JAVA LANGUAGE JAVA NO SQL
EXTERNAL NAME 'org.apache.derbyTesting.functionTests.util.Triggers.prin
www.eeworm.com/read/173141/5379635
out triggerrecursion.out
ij> --
-- Trigger recursion test
--
-- test the maximum recursion level to be less than 16
create table t1 (x int);
0 rows inserted/updated/deleted
ij> create table t2 (x int);
0 rows inserted/updated
www.eeworm.com/read/168214/5447717
lst mod6_cnt.lst
dspa -q -l -s -i../../../rtmon -i../../../sys/bldc3_2/asm -i..\..\..\rtmon -i..\..\..\sys\bldc3_2\asm -v2xx -iC:/ti/c2400/cgtools/include -g mod6_cnt.asm mod6_cnt.obj
TMS320C24xx COFF Assembler Ve
www.eeworm.com/read/159905/5578952
sql updatecache.sql
CREATE TRIGGER UpdateCache
ON Products
FOR UPDATE, DELETE, INSERT
AS
DECLARE @cmd Varchar( 200 )
SELECT @cmd = 'echo ' + Cast( getDATE() As Varchar( 50 ) ) +
' > c:\tableChange.txt'
EXEC mast
www.eeworm.com/read/159905/5578978
sql updatecache.sql
CREATE TRIGGER UpdateCache
ON Products
FOR UPDATE, DELETE, INSERT
AS
DECLARE @cmd Varchar( 200 )
SELECT @cmd = 'echo ' + Cast( getDATE() As Varchar( 50 ) ) +
' > c:\tableChange.txt'
EXEC mast
www.eeworm.com/read/159715/5581869
h uart.h
/*
* This software is Copyright (C) 1998 by T.sqware - all rights limited
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchang
www.eeworm.com/read/335690/12507231
txt readme.txt
外部中断使用实验用例
目录文件结构:
Extint_test
├─ main.c C语言主源文件
├─ int_test.c 中断处理函数源文件
└─ led.c Led灯控制函数源文件
测试结果
----------------------------
www.eeworm.com/read/237875/13923200
c fet140_dma_13.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
//
// Description: UART0 communicat