代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/458533/7294845
c fet140_dma_13.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
//
// Description: UART0 communicat
www.eeworm.com/read/458533/7294851
c fet140_dma_15.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Slave P1.x Exchange
//
// Description: SPI Master communi
www.eeworm.com/read/458533/7294902
c fet140_dma_16.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART1 SPI 3-Wire Master P1.x Exchange
//
// Description: SPI Master communicat
www.eeworm.com/read/458533/7294916
c fet140_dma_14.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Master P1.x Exchange
//
// Description: SPI Master commun
www.eeworm.com/read/457989/7314588
c fet140_dma_13.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
//
// Description: UART0 communicat
www.eeworm.com/read/448731/7526392
txt 触发器.txt
create trigger 客人信息_delete_tri
on 客人信息
for delete
as
declare @记录编号 bigint,@客房编号 varchar(10),@离店时间 datetime,@金额 money
select @客房编号=客房编号,@离店时间=离店时间,@金额=需负金额+押金
from deleted
select @记录编号=记录编号+1
f
www.eeworm.com/read/446181/7584230
sql 4.1.5.sql
CREATE TRIGGER TD_COURSE ON COURSES
FOR DELETE
AS
DECLARE @INFO VARCHAR(255)
SELECT @INFO='触发器中的事务数据为:'+CONVERT(VARCHAR(2),@@TRANCOUNT)
PRINT @INFO
RETURN
www.eeworm.com/read/442630/7648667
cxgate xgate_vectors.cxgate
#include "xgate_vectors.h"
#include "per_XDx512_L15Y.h"
#include "lcd.h"
#include "load_meas.h"
#pragma CODE_SEG XGATE_CODE
#pragma DATA_SEG __RPAGE_SEG XGATE_DATA
typedef unsigned int *cons
www.eeworm.com/read/441511/7669498
c fet140_dma_13.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
//
// Description: UART0 communicat