代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5378976
sql paramij.sql
--
-- test that we do not allow incorrect where syntax
create table t1 (c11 int);
insert into t1 values (1);
autocommit off;
-- positive tests
-- In following test cases, where clause res
www.eeworm.com/read/173141/5379753
out depend.out
ij> --
-- this test shows the dependency system in action;
--
autocommit off;
ij> create table t(i int);
0 rows inserted/updated/deleted
ij> create table s(i int);
0 rows inserted/updated/deleted
ij>
www.eeworm.com/read/172394/5387807
cpp conditionnode.cpp
// ConditionNode.cpp: implementation of the CConditionNode class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ConditionNode.h"
#inc
www.eeworm.com/read/172394/5388229
cpp conditionnode.cpp
// ConditionNode.cpp: implementation of the CConditionNode class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ConditionNode.h"
#inc
www.eeworm.com/read/169327/5424741
bat ddl2hbm.bat
@echo off
rem -------------------------------------------------------------------
rem Execute ddl2hbm tool
rem -------------------------------------------------------------------
call setenv
www.eeworm.com/read/169327/5424742
bat hbm2java.bat
@echo off
rem -------------------------------------------------------------------
rem Execute hbm2java tool
rem -------------------------------------------------------------------
call setenv.
www.eeworm.com/read/169327/5424743
bat class2hbm.bat
@echo off
rem -------------------------------------------------------------------
rem Execute class2hbm tool
rem -------------------------------------------------------------------
call setenv
www.eeworm.com/read/162614/5515843
md arm1026ejs.md
;; ARM 1026EJ-S Pipeline Description
;; Copyright (C) 2003 Free Software Foundation, Inc.
;; Written by CodeSourcery, LLC.
;;
;; This file is part of GCC.
;;
;; GCC is free software; you can redistrib
www.eeworm.com/read/162614/5515883
md arm926ejs.md
;; ARM 926EJ-S Pipeline Description
;; Copyright (C) 2003 Free Software Foundation, Inc.
;; Written by CodeSourcery, LLC.
;;
;; This file is part of GCC.
;;
;; GCC is free software; you can redistribu
www.eeworm.com/read/162614/5527150
x bf64-1.x
# The MCore ABI specifies that bitfields may not exceed 32 bits.
# Hence this tes will fail.
if { [istarget "mcore-*-*"] } {
set torture_execute_xfail "mcore-*-*"
}
return 0