try{
  while(rs.next()){
    int couont = rs.getInt(count);
  }
}
catch(Exception e){}