代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/103229/15739907
java listing 10-13.java
String url = "jdbc:odbc:CustomerInformation";
String userID = "jim";
String password = "keogh";
String printrow;
String FirstName;
String LastName;
Statement DataRequest;
ResultSet Results;
www.eeworm.com/read/100237/15879788
h debug.h
/*
* (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
* You may copy, distribute, and use this software as long as this
* copyright statement is not removed.
*/
/*********************
www.eeworm.com/read/444909/7603328
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatServer.rc
//
#define IDD_ABOUTBOX 100
#define ID_PEOPLE_NUM 101
#d
www.eeworm.com/read/113169/15468819
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatServer.rc
//
#define IDD_ABOUTBOX 100
#define ID_PEOPLE_NUM 101
#d
www.eeworm.com/read/101426/15833532
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatServer.rc
//
#define IDD_ABOUTBOX 100
#define ID_PEOPLE_NUM 101
#d
www.eeworm.com/read/291453/8417544
txt 伪随机比特发生器.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p
www.eeworm.com/read/390924/8433378
txt 偽隨機比特發生器.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p
www.eeworm.com/read/388617/8595590
cpp switch.cpp
// switch.cpp -- use the switch statement
#include
using namespace std;
void showmenu(); // function prototypes
void report();
void comfort();
int main()
{
showmenu();
in
www.eeworm.com/read/388617/8596614
cpp switch.cpp
// switch.cpp -- use the switch statement
#include
using namespace std;
void showmenu(); // function prototypes
void report();
void comfort();
int main()
{
showmenu();
in
www.eeworm.com/read/286459/8763510
txt transaction .txt
public boolean addSeatInfo(TSeatInfo ts,String OrderDetailID)throws Exception
{
boolean b=false;
Connection conn=null;
PreparedStatement ps = null;
Statement st = null;
ResultSet