历史更新记录: 2005-06-25 创建此类型
229230231232233234235236
try { if (resultset != null) { resultset.close(); } } catch (SQLException ex) { throw new JThinkRuntimeException(JThinkErrorCode.ERRCODE_DB_CLOSE_RS_FAILURE, ex); } }