代码搜索:executeUpdate
找到约 1,305 项符合「executeUpdate」的源代码
代码结果 1,305
www.eeworm.com/read/125052/6034502
java transactiontest.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/100099/15885228
c mysqldatabase.c
/*
*
* Copyright (c) 1999 Joe Yandle
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publish
www.eeworm.com/read/283459/4078998
java extenddb.java
package com.neck;
import java.sql.*;
public interface ExtendDB {
void open();
ResultSet executeQuery(String strSQL);
boolean executeUpdate(String strSQL);
boolean executeUpdate(String strS
www.eeworm.com/read/377944/9256668
txt jdbc 入门.txt
作者:zergman
email: zergman@chinaasp.com
日期:6/12/2001 1:21:07 PM
JDBC 入门 -- 建立联接
教程:JDBC 入门 作者:Maydene Fisher 翻译:comer
你需要做的第一事情是你与想要使用的 DBMS 建立一个连接。这包含 2 个步骤:装载驱动程序并建立连接。
装载驱动程序
装载驱动程序