package org.news.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import org.news.datascore.dateScoreconnext; public class BaseDao { public Connection conn=null; /** * 蠅槫唖謾ケ蜈ャ蜈ア譁ケ豕? * * @param sql * @param params * @return */ protected int executeUpdate(String sql, Object... params) { int result = 0; conn = dateScoreconnext.getConnection(); PreparedStatement pstmt = null; try { pstmt = conn.prepareStatement(sql); for (int i = 0; i < params.length; i++) { pstmt.setObject(i + 1, params[i]); } result = pstmt.executeUpdate(); } catch (SQLException e) { e.printStackTrace(); } finally { dateScoreconnext.closeAll(null, pstmt, null); } return result; } /** * 譟・隸「 * @param sql * @param params * @return */ protected ResultSet executeQuery(String sql, Object... params) { conn =dateScoreconnext.getConnection(); PreparedStatement pstmt = null; ResultSet rs = null; try { pstmt = conn.prepareStatement(sql); for (int i = 0; i < params.length; i++) { pstmt.setObject(i + 1, params[i]); } rs = pstmt.executeQuery(); } catch (SQLException e) { e.printStackTrace(); } return rs; } }
最近下载更多
淵 LV1
2021年6月19日
1973356987 LV13
2021年6月17日
lodddy LV6
2021年5月9日
123hzh LV5
2020年11月19日
邈话12123 LV9
2020年10月29日
王贝贝 LV1
2020年6月10日
lyl222 LV9
2020年5月15日
zhouyingrun LV1
2020年4月24日
Tauily LV9
2020年4月19日
gaohd123456789 LV8
2020年3月16日
最近浏览更多
19050126312 LV1
2023年10月19日
asadda LV2
2023年6月27日
微信网友_6040315240812544 LV8
2022年10月20日
cfdymyj
2022年10月8日
暂无贡献等级
1635162218 LV9
2022年6月1日
dyt123123 LV5
2022年5月7日
fangen0005 LV25
2022年4月28日
AngelW LV10
2022年4月11日
wzkkkkk LV2
2022年3月31日
小蔡
2022年1月25日
暂无贡献等级