代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/370817/9583063
qsf 1013.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/370407/9601311
qsf pc2fpga.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/385990/8772958
c sqtest.c
/* Verify correctness of the sum-of-square routines */
#include
#include
#include
/* These values should trigger leading/trailing array fragment handling */
#define NSAM
www.eeworm.com/read/349709/10802726
sql logcreations.sql
/*
* LogCreations.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script builds DDL_CREATIONS table and SYSTEM trigger.
*/
S
www.eeworm.com/read/349709/10802775
sql loginventorychanges1.sql
/*
* logInventoryChanges1.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script builds INVENTORY_AUDIT table and trigger w/predi
www.eeworm.com/read/349709/10802795
sql checkprice2.sql
/*
* CheckPrice2.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates user defined trigger.
*/
SET ECHO ON
CREATE OR
www.eeworm.com/read/419054/10888239
pck pkg_ken_migapi.pck
create or replace package pkg_ken_migapi is
-- Author : YINGKUN.GU
-- Created : 2006-4-11 18:05:57
-- Purpose : API of inserting data for migration tables (trigger was disabled).
-- P
www.eeworm.com/read/125072/7140999
install
To use this test, copy the audit.conf to /etc/stunnel.
Then from a command line type:
/sbin/stunnel /etc/stunnel/audit.conf
Then in another window, trigger the audit like this:
lynx https://lo
www.eeworm.com/read/125072/7141005
install
To use this test, simply copy audit.php into the document root directory
of apache. Edit the file to correct the full path to the env_audit
application. To trigger the audit, browse to the /audit.php
www.eeworm.com/read/241364/13151535
sql bowlerama_full_audit.sql
/*-- bowlerama_full_audit.sql */
CREATE OR REPLACE TRIGGER audit_frames
AFTER INSERT OR UPDATE OR DELETE ON frame
FOR EACH ROW
BEGIN
IF INSERTING THEN
INSERT INTO frame_audit(bowler_id,gam