代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/188796/8514575
h connection.h
// OraLib 0.0.4 / 2002-07-28
// connection.h
//
// http://606u.dir.bg/
// 606u@dir.bg
#ifndef _CONNECTION_H
#define _CONNECTION_H
namespace oralib {
class statement;
class resultset
www.eeworm.com/read/388674/8585961
pas a.pas
program island;
const
MaxInhabitant = 'E'; {最大居民数}
MaxStatement = 100; {最大对话数}
type
{枚举用到的值:天使,魔鬼,人类,白天,晚上,说谎,不知道,不确定}
TEnum = (Divine, Evil, Human, Day, Night, Lie, Unknown, Undeducib
www.eeworm.com/read/187617/8614864
104863
Newsgroups: rec.motorcycles
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!howland.reston.ans.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!nnt
www.eeworm.com/read/187617/8615048
105217
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!gatech!concert!duke!news.duke.edu!acpub.duke.edu!infante
From: infante@acpub.duke.edu (Andrew Infante)
N
www.eeworm.com/read/430096/8767337
java helloworld.java
// TIJ4 Chapter Object, Exericise 2, page 89
// object/HelloWorld.java
// Following the HelloDate.java example in this chapter, create a "hello, world"
// program that simply displays that stateme
www.eeworm.com/read/428702/8851595
java databaseoperation.java
import java.sql.DriverManager;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.ResultSet;
import java
www.eeworm.com/read/428563/8859705
java geometry.java
//********************************************************************
// Geometry.java Author: Lewis/Loftus
//
// Demonstrates the use of an assignment statement to change the
// value s
www.eeworm.com/read/428557/8859871
java coinflip.java
//********************************************************************
// CoinFlip.java Author: Lewis/Loftus
//
// Demonstrates the use of an if-else statement.
//*************************
www.eeworm.com/read/428036/8903353
h debug.h
/* @(#) debug.h 2.1 87/12/25 12:22:02 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
defines conditional func