代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/309709/13666129
html lang_droptrigger.html
SQLite Query Language: DROP TRIGGER
body {
margin: au
www.eeworm.com/read/309255/13676098
sql vb.sql
触发器:
create trigger bb
on 学生信息表 for delete
as
declare @xh char(10)
if exists (select * from 学生表
where 学号 =@xh )
commit
create trigger cc
on 学生信息表 for delete
as
declare @x
www.eeworm.com/read/301756/13848973
txt 触发器.txt
create or replace trigger slchg
after insert on jhand
for each row
begin
update base set jsl=jsl-:new.hsl
where jid=:new.jid;
end;
www.eeworm.com/read/301290/13860811
h scene.h
/**
*
*/
#pragma once
class Scene
{
public:
Scene(Window *pWnd);
virtual ~Scene(void);
void init(void);
void attachToWindow(void);
void refresh(void);
protected:
www.eeworm.com/read/151482/5682622
java quartzsupporttests.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/148963/5707280
h sysdef_depend.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/132748/5909643
h serial_reg.h
/*
* include/linux/serial_reg.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 t