代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/147475/12550682
c parse.c
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------
www.eeworm.com/read/113584/15452756
h ucos.h
/*
* u C / O S . h
*
* Modified by
* Geary Chopoff
* for VLSI
*
* Version October 18, 1994
* Added IRQMboxPost() to post a message from an IRQ
*
* Version July 15, 1994
* Moved MACRO for O
www.eeworm.com/read/108750/15577612
c parse.c
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------
www.eeworm.com/read/108430/15586049
desc tun.desc
Universal TUN/TAP device driver.
TUN/TAP provides packet reception and transmission for user space programs.
It can be viewed as a simple Point-to-Point or Ethernet device, which
instead of receivin
www.eeworm.com/read/107485/15606268
sql triggerdemo22.sql
/*
文件名称: TriggerDemo22.sql
目 的: 示范如何利用 INSTEAD OF INSERT触发程序将数据新增至视图的来源数据表
*/
USE 北风贸易
GO
IF exists (select * from dbo.sysobjects where id = object_id(N'dbo.BaseTable') and OBJECTPROPER
www.eeworm.com/read/107485/15606269
sql triggerdemo24.sql
/*
文件名称: TriggerDemo24.sql
目 的: 示范如何利用 INSTEAD OF DELETE 触发程序去删除视图的来源数据表的数据记录
*/
USE 北风贸易
GO
IF exists (select * from dbo.sysobjects where id = object_id(N'dbo.BaseTable') and OBJECTPRO
www.eeworm.com/read/107485/15606418
sql triggerdemo11.sql
/*
文件名称: TriggerDemo11.sql
目 的: 使用 INSTEAD OF 触发程序去防止发生违反条件约束的事情
*/
USE 北风贸易
GO
if exists (select * from dbo.sysobjects where id = object_id(N'MyTable') and OBJECTPROPERTY(id, N'IsUserTa