代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/345483/3199315

java dbconn.java

package shen; import java.sql.*; public class DbConn { private Connection conn=null; private Statement st=null; private ResultSet re=null; public Connection getConn()
www.eeworm.com/read/344017/3212471

c tkcond.c

/* * tkcond.c * * Eric Youngdale was the original author of xconfig. * Michael Elizabeth Chastain (mec@shout.net) is the current maintainer. * * This file takes the tokenized statement list and
www.eeworm.com/read/341347/3253983

java~5~ linkdata.java~5~

package chatserver; import java.sql.*; public class linkData { public static Statement getStatement() { try { //注册驱动 Class.forName("sun.jdbc.odbc.JdbcOdbc
www.eeworm.com/read/340665/3265667

exp overlay-size.exp

# Test the OVERLAY statement. # Copyright 2002 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public Licen
www.eeworm.com/read/340665/3278695

c 20011223-1.c

/* Origin: Joseph Myers . */ /* Case labels in a switch statement are converted to the promoted type of the controlling expression, not an unpromoted version. Reported as PR c/
www.eeworm.com/read/332649/3394758

java~5~ linkdata.java~5~

package chatserver; import java.sql.*; public class linkData { public static Statement getStatement() { try { //注册驱动 Class.forName("sun.jdbc.odbc.JdbcOdbc
www.eeworm.com/read/326174/3474147

java~1~ databasemanager.java~1~

import java.sql.*; public class DataBaseManager { Connection con; ResultSet rs; Statement stmt; public DataBaseManager() { try{ DriverManager.registerDriver(new oracle.jdbc.OracleDri
www.eeworm.com/read/322590/3523065

java conntest22.java

//Create connection, setAutocommit(false) , create Statement, insert 10 tuples, close the connection. //Open another connection and check the number of tuples. It should be Zero. //Author: XieLiang
www.eeworm.com/read/321371/3537390

svn-base tkcond.c.svn-base

/* * tkcond.c * * Eric Youngdale was the original author of xconfig. * Michael Elizabeth Chastain (mec@shout.net) is the current maintainer. * * This file takes the tokenized statement list and
www.eeworm.com/read/320003/3551371

out testcaseblock.out

unit TestCaseBlock; { AFS 5 Feb 2K This code compiles, but is not semantically meaningfull. It is test cases for the code-formating utility this unit test the case statement indentatio