代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/124082/14594844
txt td_cwfx_deptbudgetmaster.txt
/* ============================================================ */
/* Database name: 财务分析 */
/* DBMS name: Microsoft SQL Server 2000 */
www.eeworm.com/read/124082/14594857
txt td_cwfx_accountbudgetmaster.txt
/* ============================================================ */
/* Database name: 财务分析 */
/* DBMS name: Microsoft SQL Server 2000 */
www.eeworm.com/read/124082/14594869
txt td_cwfx_itembudgetmaster.txt
/* ============================================================ */
/* Database name: 财务分析 */
/* DBMS name: Microsoft SQL Server 2000 */
www.eeworm.com/read/124082/14594874
txt td_cwfx_profitbudgetmaster.txt
/* ============================================================ */
/* Database name: 财务分析 */
/* DBMS name: Microsoft SQL Server 2000 */
www.eeworm.com/read/208619/15242045
vhd rblock.vhd
-- NEGATIVE EDGE TRIGGERED FLIP FLOPS
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity r_block is
www.eeworm.com/read/169697/5415048
c ic1.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* $Id: ic1.c,v 1.2 2002/10/29 18:04:17 gropp Exp $
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
*
www.eeworm.com/read/471537/6884772
vhd rblock.vhd
-- NEGATIVE EDGE TRIGGERED FLIP FLOPS
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity r_block is
www.eeworm.com/read/412583/11191279
vhd rblock.vhd
-- NEGATIVE EDGE TRIGGERED FLIP FLOPS
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity r_block is
www.eeworm.com/read/300822/13891454
sql cancel_book_tigger.sql
create or replace trigger cancel_book_tigger before delete on bookRecord
referencing old as old
for each row
begin
update customer
set money = money + :old.sell_prize
where customer_id = :old