代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/184619/9091607
sql triggle1.sql
CREATE TRIGGER [CheckXS] ON [dbo].[XS]
FOR DELETE
AS
delete from XS_KC
where XH in(select XH from deleted)
www.eeworm.com/read/282275/9107089
pas debug.pas
//////////////////////////////////////////////////////////////////////
//
// Delphi Debugging routings for the A6_5x Engine (acknex.dll) and plugin dll's done by
// Michal Messerschmidt aka LazyDog
www.eeworm.com/read/380910/9123379
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/380910/9123385
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/380910/9123520
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/380910/9123549
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/183589/9150976
lua localization.lua
GATHERER_VERSION_WARNING="New Gatherer Version detected, check zone match.";
GATHERER_NOTEXT="([-]) no text "
-- TRADE NAME
TRADE_HERBALISM="草药学"
OLD_TRADE_HERBALISM="草药学"
TRADE_MINING="采矿"
TR
www.eeworm.com/read/183260/9173785
sql databaseschema.sql
REM DatabaseSchema.sql
REM Chapter 11, Oracle9i PL/SQL Programming by Scott Urman
REM This script demonstrates two system triggers.
-- First create UserA and UserB. You may need to change the
-
www.eeworm.com/read/183260/9173790
sql logconnects.sql
REM LogConnects.sql
REM Chapter 11, Oracle9i PL/SQL Programming by Scott Urman
REM These triggers will record all connects and disconnects to/from
REM the database.
CREATE OR REPLACE TRIGGER Lo
www.eeworm.com/read/377683/9265947
test main.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo