代码搜索:statement

找到约 10,000 项符合「statement」的源代码

代码结果 10,000
www.eeworm.com/read/449189/7517034

java databaseoperation.java

//【例11.2】 连接指定数据库并获得数据库属性信息。 //【例11.3】 执行数据操纵的SQL语句。 // 数据库操作类 import java.sql.DriverManager; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.SQLException; im
www.eeworm.com/read/447737/7545999

rpt timer.map.rpt

Analysis & Synthesis report for timer Sat Sep 27 19:31:34 2008 Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/445615/7592502

bas modruntime.bas

Attribute VB_Name = "ModRuntime" Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Public Const SplitChar = "~" Public AllSockets() As TCPSocket Public SocketsCount As Int
www.eeworm.com/read/443818/7622820

java dbclass.java

package bean; import java.io.*; import java.util.*; import java.sql.*; public class DBClass { private String driver; private String url; private String username; private St
www.eeworm.com/read/442749/7645695

py if.py

#!/usr/bin/env python # Filename: if.py number=23 guess=int(raw_input('Enter an integer : ')) if guess==number: print 'Congratulations, you guessed it.' # New block starts here print "(but
www.eeworm.com/read/441728/7666368

rpt second.map.rpt

Analysis & Synthesis report for second Tue Oct 07 18:30:00 2008 Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/435917/7781277

tcl opcode.tcl

# # Run this Tcl script to generate the sqlite.html file. # set rcsid {$Id: opcode.tcl,v 1.15 2005/03/09 12:26:51 danielk1977 Exp $} source common.tcl header {SQLite Virtual Machine Opcodes} puts {
www.eeworm.com/read/435803/7784142

txt readme.txt

目的:动态增添和移除菜单。 方法:Create a menu at design time with Index 0. At run time use the Load statement to create new instances of the menu. 下载网址:http://vb.cn99.com/
www.eeworm.com/read/435264/7794831

py if.py

#!/usr/bin/env python # Filename: if.py number=23 guess=int(raw_input('Enter an integer : ')) if guess==number: print 'Congratulations, you guessed it.' # New block starts here print "(but
www.eeworm.com/read/435150/7796147

cpp main.cpp

// Exercise 12.3 Implementing add(), subtract() and multiply() - main.cpp /*********************************************************** By returning the this pointer in the functions we can call t