代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/102267/6234210
java query.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed o
www.eeworm.com/read/101848/6235581
java cmsidgenerator.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/dbpool/Attic/CmsIdGenerator.java,v $
* Date : $Date: 2003/04/01 15:20:18 $
* Version: $Revision: 1.8 $
*
* This library is part of
www.eeworm.com/read/101848/6235603
java cmsdbaccess.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/mssql/Attic/CmsDbAccess.java,v $
* Date : $Date: 2003/01/21 13:27:35 $
* Version: $Revision: 1.5 $
*
* This library is part of
www.eeworm.com/read/101848/6235608
java cmsdbaccess.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/genericSql/Attic/CmsDbAccess.java,v $
* Date : $Date: 2003/06/27 14:59:47 $
* Version: $Revision: 1.278.2.1 $
* This library is
www.eeworm.com/read/101848/6235621
java cmsdbaccess.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/mySql/Attic/CmsDbAccess.java,v $
* Date : $Date: 2003/03/18 17:48:23 $
* Version: $Revision: 1.86 $
*
* This library is part o
www.eeworm.com/read/101848/6235629
java cmsdbaccess.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/oraclesql/Attic/CmsDbAccess.java,v $
* Date : $Date: 2003/01/21 13:27:35 $
* Version: $Revision: 1.8 $
*
* This library is par
www.eeworm.com/read/101082/6242829
c lino.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)LINO.c 1.3 11/12/82";
#include "h00vars.h"
char ELINO[] = "Statement count limit of %D exceeded\n";
LIN
www.eeworm.com/read/101082/6242855
c stlim.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)STLIM.c 1.2 6/10/81";
#include "h00vars.h"
STLIM(limit)
long limit;
{
if (_stcnt >= limit) {
ERROR(
www.eeworm.com/read/101082/6243408
1b l3.1b
#print
What is the value of i after this
___for statement executes?
Type "answer N", where N is the value of i.
for (i = 0; i < 10; i = i + 3)
;
#copyin
#user
#uncopyin
#match 12
#log
#ne
www.eeworm.com/read/101082/6249016
l scanner.l
%{
/* ctrace - C program debugging tool
*
* C statement scanner
*
*/
#ifndef lint
static char *sccsid = "@(#)scanner.l 4.1 (ULTRIX) 7/17/90";
#endif lint
/*************************************