下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
package com.hexiang.utils;import java.sql.*;import java.util.*;/** *
* Title: 数据库工具类 *
** Description: 将大部分的数据库操作放入这个类中, 包括数据库连接的建立, 自动释放等. *
* * @author beansoft 日期: 2004年04月 * @version 2.0 */public class DatabaseUtil { /** 数据库连接 */ private java.sql.Connection connection; /** * All database resources created by this class, should be free after all * operations, holds: ResultSet, Statement, PreparedStatement, etc. */ private ArrayList