代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/206225/15298195
sql table.sql
--权限模块
--1.工作组权限(GZZQ)
Create Table GZZQ(
GZID Char(4) primary key Not Null, --工作组ID
GZZM Varchar(30) Not Null DEFAULT(''), --工作组名
ZNQX VarChar(220) DEFAULT(''), -
www.eeworm.com/read/206127/15299616
mb 行政区划定位.mb
SUB KJDW
Create Menu "徐州市地图" AS
"徐州市地图" Calling 地图,"(-",
"徐州市地形图" Calling 地形图,"(-",
"徐州市区地图" Calling 市区地图
Create Menu "选择地图" AS
"徐州市地图" AS "徐州市地图","(-",
"江苏省地图" Calling 江
www.eeworm.com/read/205899/15304487
pas midiout.pas
unit MidiOut;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Controls, Forms,
MMSystem, MidiCommon;
type
MidiOutputState = (mosOpen, mosClosed);
EMidiOutputError
www.eeworm.com/read/205840/15305698
h yabasic.h
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
header-file
this Program is subject to the GNU General Public License;
see the file yabasic.c for details.
www.eeworm.com/read/205637/15310556
sql doctor.sql
USE Hospital
GO
CREATE TABLE Doctor
( Id int IDENTITY PRIMARY KEY,
Name varchar(50) NOT NULL,
Sex varchar(2) NOT NULL,
Age int,
DeptId int,
Title varchar(50)
www.eeworm.com/read/205468/15314989
pas bsmessages.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/173141/5378478
sql cisco.sql
--------------------------------------------------------------------------------
-- Test multi user lock interaction of ddl.
--------------------------------------------------------------------------
www.eeworm.com/read/173141/5378545
sql updatelocks.sql
-- Very basic single user testing of update row locking.
run resource 'createTestProcedures.subsql';
call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.storage.pageSize', '4096');
autocommit off;
run
www.eeworm.com/read/173141/5378553
sql updatelocksjdbc30.sql
-- Very basic single user testing of update row locking.
run resource 'createTestProcedures.subsql';
autocommit off;
run resource 'LockTableQuery.subsql';
commit;
-- READ COMMITTED TEST
set isolatio
www.eeworm.com/read/173141/5378579
sql readlocks.sql
-- Very basic single user testing of update row locking.
autocommit off;
run resource 'createTestProcedures.subsql';
run resource 'LockTableQuery.subsql';
commit;
call SYSCS_UTIL.SYSCS_SET_DATABASE_P