代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/241364/13150890
sql smart_space_quota.sql
CREATE OR REPLACE TRIGGER after_suspend
AFTER SUSPEND
ON DATABASE
DECLARE
-- cursor to get the username for the current session
CURSOR curs_get_username IS
SELECT username
FROM v$se
www.eeworm.com/read/241364/13151250
sql no_create.sql
CREATE OR REPLACE TRIGGER no_create
AFTER DDL ON SCHEMA
BEGIN
IF ORA_SYSEVENT = 'CREATE' THEN
RAISE_APPLICATION_ERROR(-20000,'Cannot create the ' || ORA_DICT_OBJ_TYPE ||
www.eeworm.com/read/262662/11396470
log generation.log
Trigger and Procedure Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Generation successful
Usag
www.eeworm.com/read/345882/11784340
log generation.log
Trigger and Procedure Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Generation successful
Usag
www.eeworm.com/read/345882/11784599
log generation.log
Trigger and Procedure Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Generation successful
Usag
www.eeworm.com/read/209351/15223140
html exporttreeheader.html
Thread call tree
body{
font: 10pt Verdana,sans-serif;
color: navy;
}
.trigger{
cursor: pointer;
cursor: hand;
}
.branch
www.eeworm.com/read/10297/184154
c msp430x54x_dma_01.c
//******************************************************************************
// MSP430x54x Demo - DMA0, Repeated Block to-from RAM, Software Trigger
//
// Description: A 16 word block from 1C
www.eeworm.com/read/195844/5106835
c iscsi_test.c
/* initiator/iscsi_test.c
vi: set autoindent tabstop=4 shiftwidth=4 :
This is the user-level interface used to trigger tests
on the iSCSI initiator and iSCSI target implementations
Assumptions