代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/253260/12235217
cpp typecast.cpp
// typecast.cpp -- forcing type changes
#include
int main()
{
using namespace std;
int auks, bats, coots;
// the following statement adds the values as double,
// t
www.eeworm.com/read/250803/12384470
java dbconnect.java
package caiwu;
import java.sql.*;
public class DBConnect {
private Connection conn = null;
private Statement stmt = null;
private PreparedStatement prepstmt = null;
private DBConnectionM
www.eeworm.com/read/337096/12391504
cpp typecast.cpp
// typecast.cpp -- forcing type changes
#include
int main()
{
using namespace std;
int auks, bats, coots;
// the following statement adds the values as double,
// t
www.eeworm.com/read/130455/14193351
cpp md2.cpp
// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c
/*
SKIP Source Code License Statement:
------------------------------------------------------------------
Copyright
Sun Micros
www.eeworm.com/read/129685/14233080
dxx config.dxx
/** @name Configuration File
The configuration file is a simple ASCII text file. It consists in a list
of assignment statements. Each statement consists of a token name and the
token's va
www.eeworm.com/read/231175/14249912
cpp md2.cpp
// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c
/*
SKIP Source Code License Statement:
------------------------------------------------------------------
Copyright
Sun Micros
www.eeworm.com/read/128030/14318563
cpp prime.cpp
// prime.cpp
// demonstrates IF statement with prime numbers
#include
using namespace std;
#include //for exit()
int main()
{
unsigned long n, j;
www.eeworm.com/read/127808/14332773
cpp md2.cpp
// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c
/*
SKIP Source Code License Statement:
------------------------------------------------------------------
Copyright
Sun Micros
www.eeworm.com/read/127767/14337721
txt e254. getting the column names in a result set.txt
try {
// Create a result set
Statement stmt = connection.createStatement();
ResultSet rs = stmt.executeQuery("SELECT * FROM my_table");
// Get result set meta
www.eeworm.com/read/227409/14427532
cpp md2.cpp
// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c
/*
SKIP Source Code License Statement:
------------------------------------------------------------------
Copyright
Sun Micros