......ResultSet rs = stmt.executeQuery(sql);String priceType = null;if(rs.next()) { priceType = rs.getString("value"); ......}