代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/327725/13065494
sql create.sql
REM
REM author: 朱伟民, time:15:20 01-8-4
REM 版权 :sinosoft
REM version:1.0
REM 从 oracle8i Enterprise Edition 数据库生成创建对象的脚本文件
REM
--
-- 包头定义
--
CREATE OR REP
www.eeworm.com/read/327725/13065906
sql create.sql
SET ECHO OFF;
SET FEEDBACK OFF;
SET VERIFY OFF;
SET PAGESIZE 0;
SET TERMOUT ON;
SET HEADING OFF;
SET LINESIZE 255;
spool offline.sql;
SELECT
'alter database da
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/241310/13157709
c create.c
/* Create a tar archive.
Copyright (C) 1988 Free Software Foundation
This file is part of GNU Tar.
GNU Tar is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/240987/13180971
create tobject.create
www.eeworm.com/read/325546/13197204
cpp create.cpp
www.eeworm.com/read/325546/13197365
h create.h
#if !defined(AFX_CREATE_H__215CC7F9_E907_4829_AB33_AF3122260131__INCLUDED_)
#define AFX_CREATE_H__215CC7F9_E907_4829_AB33_AF3122260131__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/325125/13225993