Пример #1
0
 public void close(ResultSet rs) throws SQLException {
   if (rs != null) {
     rs.close();
   }
 }