方法名称: close ; 方法描述: 关闭数据库连接 ; 参数 : 返回类型: void ; 创建人:James; 创建时间:2014-11-25 下午7:00:12; @throws
()
| 240 | * @throws |
| 241 | */ |
| 242 | public void close() |
| 243 | { |
| 244 | try |
| 245 | { |
| 246 | this.conn.close(); |
| 247 | |
| 248 | } catch (SQLException e) |
| 249 | { |
| 250 | e.printStackTrace(); |
| 251 | } |
| 252 | } |
| 253 | |
| 254 | } |
no outgoing calls
no test coverage detected