代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/107689/15603312
make-database
#!/usr/bin/env python
# -*- Mode: python -*-
#
# Copyright (C) 2000-2001 The ViewCVS Group. All Rights Reserved.
#
# By using this file, you agree to the terms and conditions set forth in
# the LICENS
www.eeworm.com/read/107504/15605667
cpp val2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/107485/15606233
sql demo036.sql
CREATE TABLE DemoDb.Alex.Customer (name nvarchar(12))
USE DemoDb
CREATE TABLE Alex.Customer (name nvarchar(12))
USE DemoDb
CREATE TABLE Customer (name nvarchar(12))
www.eeworm.com/read/107485/15606406
sql sample69.sql
/* 文件名称: Sample69.sql */
USE 北风贸易
-- 先检查名称为 MyDemoTable 的用户数据表是否存在
IF EXISTS (SELECT * FROM sysobjects
WHERE type = 'U' AND name = 'MyDemoTable')
DROP TABLE MyDemoTable
G
www.eeworm.com/read/107485/15606415
sql triggerdemo9.sql
/*
文件名称: TriggerDemo9.sql
目 的: 展示新增与更新的数据若违反 NULL 设定与条件约束
将会直接被向后复原也不会引发 AFTER 触发程序
*/
USE 北风贸易
GO
if exists (select * from dbo.sysobjects where id = object_id(N'Tes
www.eeworm.com/read/107485/15606423
sql demo035.sql
/* 文件名称: Demo035.sql */
USE NorthwindSQL
GO
CREATE TABLE 我的数据表
(
产品名称 nvarchar(20) NOT NULL,
虫基 money NOT NULL,
数量 int NOT NULL,
折扣 decimal(3,2) NOT NULL
)
GO
INSERT 我的数据表 VALUES ('酱油',
www.eeworm.com/read/107377/15608402
pas aicdecoder.pas
unit AICDecoder;
{ Advanced Image Coding (AIC)
===========================
The main decoder class }
interface
uses
AICBase, AICCommon, AICCabacDecoder, Graphics, Classes;
type
TA
www.eeworm.com/read/106865/15618831
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# RCS: @(#) $Id: msgbox.tcl,v 1.10 2000/04/19 09:25:53 hobbs Exp $
#
# Copyright (c) 1994-1997
www.eeworm.com/read/106401/15637636
java sendfile.java
/*
* @(#)sendfile.java 1.7 00/01/30
*
* Copyright 1996-2000 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use