代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/169320/9866620
sql sp_cursor.sql
sp_cursoropen
Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. Th
www.eeworm.com/read/362791/9980735
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/358682/10182025
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/355392/10270247
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/162364/10310910
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/161772/10376689
c list0404.c
/* Demonstrates the use of if statement with else clause */
#include
int x, y;
int main( void )
{
/* Input the two values to be tested */
printf("\nInput an integer val
www.eeworm.com/read/278058/10577325
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/422757/10612765
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/420424/10796142
java accessconn.java
package shophelper.database;
import java.sql.*;
public class AccessConn
{
private Connection cn;
private Statement st;
private ResultSet rs;
public AccessConn() {
try
www.eeworm.com/read/420424/10796148
bak accessconn.java.bak
package shophelper.database;
import java.sql.*;
public class AccessConn
{
private Connection cn;
private Statement st;
private ResultSet rs;
public AccessConn() {
try