package com.ischoolbar.programmer.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import com.ischoolbar.programmer.util.DbUtil; /** * * @author llq *基础dao,封装基本操作 */ public class BaseDao { private DbUtil dbUtil = new DbUtil(); /** * 关闭数据库连接,释放资源 */ public void closeCon(){ dbUtil.closeCon(); } /** * 基础查询,多条查询 */ public ResultSet query(String sql){ try { PreparedStatement prepareStatement = dbUtil.getConnection().prepareStatement(sql); return prepareStatement.executeQuery(); } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); } return null; } /** *改变数据库内容操作 */ public boolean update(String sql){ try { return dbUtil.getConnection().prepareStatement(sql).executeUpdate() > 0; } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); } return false; } public Connection getConnection(){ return dbUtil.getConnection(); } }
最近下载更多
李清清 LV2
11月6日
lxm2440226414 LV2
6月10日
云着殇 LV9
6月5日
lzx602 LV3
4月15日
微信网友_6906962132258816 LV7
3月16日
zhangjilu LV18
1月1日
磊哥哥哥哥 LV13
2023年12月26日
heweimin LV13
2023年12月12日
hapilong LV6
2023年12月11日
蹇金金 LV7
2023年10月31日
最近浏览更多
李清清 LV2
11月6日
送你一张 LV1
10月28日
krispeng LV13
9月10日
nurxshat_outl
7月3日
暂无贡献等级
柳咪华沙 LV7
6月28日
岳铭鑫
6月26日
暂无贡献等级
liyan54188 LV2
6月25日
zzk3085000785
6月20日
暂无贡献等级
15719908287 LV9
6月19日
微信网友_7041036943331328 LV3
6月18日