代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/457989/7314648
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/457989/7314661
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/446181/7584116
sql 2.4.3.sql
use school
go
create trigger T3 on Worker
for update
as
if update(number)
begin
print 'Everynumber cannot be changed!'
Rollback Transaction
End
www.eeworm.com/read/446181/7584117
sql 2.4.1.sql
use school
go
create trigger T1 on worker
for insert , update
as
if (select sage from inserted)
www.eeworm.com/read/446181/7584122
sql 2.4.2.sql
use school
go
create trigger T2 on worker
for delete
as
if (select number from deleted)='00001'
begin
print 'He is the CEO!Delete Fail!'
Rollback transaction
End
www.eeworm.com/read/443245/7635671
h serial.h
/*
* include/linux/serial.h
*
* Copyright (C) 1992, 1994 by Theodore Ts'o.
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
*
* These are the U
www.eeworm.com/read/436266/7773226
s43 fet140_dma_13.s43
;******************************************************************************
; MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
;
; Description: UART0 communicates c