代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/216675/4889122
java p6statement.java
/*
*
* ====================================================================
*
* The P6Spy Software License, Version 1.1
*
* This license is derived and fully compatible with the Apache Sof
www.eeworm.com/read/163987/5501667
pas sample - case statement (2).pas
unit Unit1;
const
V = 1;
function caseme(Param: integer): string;
begin
case Param of
V:
Result := '1 selected';
1 + 1:
Result := '2 selected';
else
Re
www.eeworm.com/read/163987/5501701
pas sample - case statement.pas
var
C: Integer;
begin
Result := 0;
C := 2;
case C of
1:
begin
Result := 1;
end;
1 + 1:
Result := 2;
else
Result := 9;
end;
Result
www.eeworm.com/read/331534/3407770
svn-base statement.h.svn-base
//
// Statement.h
//
// $Id: //poco/1.3/Data/include/Poco/Data/Statement.h#3 $
//
// Library: Data
// Package: DataCore
// Module: Statement
//
// Definition of the Statement class.
//
//
www.eeworm.com/read/331534/3407981
svn-base statement.cpp.svn-base
//
// Statement.cpp
//
// $Id: //poco/1.3/Data/src/Statement.cpp#3 $
//
// Library: Data
// Package: DataCore
// Module: Statement
//
// Copyright (c) 2006, Applied Informatics Software Engi
www.eeworm.com/read/270401/4239253
drl statement_ordering_1.drl
package com.foo;
import im.one
expander
import im.two
rule foo
when
then
end
function cheeseIt() {
}
import im.three;
rule bar
when
then
end
function uncheeseIt() {
}
import im.fou
www.eeworm.com/read/422060/2043709
phpt statement_type_old.phpt
--TEST--
ocistatementtype()
--SKIPIF--
--FILE--
www.eeworm.com/read/412251/2171557
svn-base statement.h.svn-base
/*
This file is part of libodbc++.
Copyright (C) 1999-2000 Manush Dodunekov
This library is free software; you can redistribute it and/or
modify it under the terms
www.eeworm.com/read/412251/2171628
svn-base statement.cpp.svn-base
/*
This file is part of libodbc++.
Copyright (C) 1999-2000 Manush Dodunekov
This library is free software; you can redistribute it and/or
modify it under the terms