代码搜索:executeUpdate

找到约 1,305 项符合「executeUpdate」的源代码

代码结果 1,305
www.eeworm.com/read/125052/6034509

java stringregressiontest.java

/* Copyright (C) 2002-2004 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free
www.eeworm.com/read/124909/6039518

java bbsreg.java

package test; import java.sql.*; public class bbsreg{ String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"; String sConnStr = "jdbc:odbc:bbs"; Connection conn = null; ResultSet rs = null; pub
www.eeworm.com/read/124039/6056152

java forummsgadmin.java

package net.acai.forum.admin; /** * Title: 阿菜网络 * Description: * Copyright: Copyright (c) 2002 * Company: www.justhis.com * @author: acai * @version 1.0 */ import
www.eeworm.com/read/121947/6066958

java~49~ faq_bean.java~49~

package faq_project; import java.sql.*; import java.util.*; public class FAQ_Bean { private Connection con; private ResultSet rs,r; private Statement stmt; private PreparedStatement
www.eeworm.com/read/120487/6073192

java timetest.java

package org.postgresql.test.jdbc2; import org.postgresql.test.TestUtil; import junit.framework.TestCase; import java.sql.*; /* * $Id: TimeTest.java,v 1.6 2003/09/22 04:55:00 barry Exp $ * * Some
www.eeworm.com/read/120487/6073205

java datetest.java

package org.postgresql.test.jdbc2; import org.postgresql.test.TestUtil; import junit.framework.TestCase; import java.sql.*; /* * $Id: DateTest.java,v 1.6 2003/09/22 04:55:00 barry Exp $ * * Some
www.eeworm.com/read/120487/6073208

java timestamptest.java

package org.postgresql.test.jdbc2; import org.postgresql.test.TestUtil; import junit.framework.TestCase; import java.sql.*; /* * $Id: TimestampTest.java,v 1.12 2003/09/22 04:55:00 barry Exp $ * *
www.eeworm.com/read/120267/6074372

java bbsreg.java

package test; import java.sql.*; public class bbsreg{ String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"; String sConnStr = "jdbc:odbc:bbs"; Connection conn = null; ResultSet rs = null; pub
www.eeworm.com/read/119559/6083913

java builddb.java

package shopcart; import java.sql.*; public class BuildDB { public static void main(String[] args) { String url = null; String user=null; String password=null; Stri
www.eeworm.com/read/119136/6092724

java statementadapter.java

/** * $RCSfile: StatementAdapter.java,v $ * $Revision: 1.1.1.1 $ * $Date: 2002/09/09 13:51:02 $ * * Copyright 2001 CoolServlets, Inc. All Rights Reserved. * * This software is the propri