|
@ -598,7 +598,8 @@ public class Games { |
|
|
String gamePublisherJp = resultSet.getString("Game_Publisher_JP"); |
|
|
String gamePublisherJp = resultSet.getString("Game_Publisher_JP"); |
|
|
String gamePublisherNa = resultSet.getString("Game_Publisher_NA"); |
|
|
String gamePublisherNa = resultSet.getString("Game_Publisher_NA"); |
|
|
|
|
|
|
|
|
if (gamePublisherEu.equals("Nintendo") || gamePublisherJp.equals("Nintendo") || gamePublisherNa.equals("Nintendo")) { |
|
|
|
|
|
|
|
|
if (gamePublisherEu.equals("Nintendo") || gamePublisherJp.equals("Nintendo") |
|
|
|
|
|
|| gamePublisherNa.equals("Nintendo")) { |
|
|
result += gameName + ", "; |
|
|
result += gameName + ", "; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
@ -630,7 +631,8 @@ public class Games { |
|
|
String gamePublisherJp = resultSet.getString("Game_Publisher_JP"); |
|
|
String gamePublisherJp = resultSet.getString("Game_Publisher_JP"); |
|
|
String gamePublisherNa = resultSet.getString("Game_Publisher_NA"); |
|
|
String gamePublisherNa = resultSet.getString("Game_Publisher_NA"); |
|
|
|
|
|
|
|
|
if (gamePublisherEu.equals("Sega") || gamePublisherJp.equals("Sega") || gamePublisherNa.equals("Sega")) { |
|
|
|
|
|
|
|
|
if (gamePublisherEu.equals("Sega") || gamePublisherJp.equals("Sega") |
|
|
|
|
|
|| gamePublisherNa.equals("Sega")) { |
|
|
result += gameName + ", "; |
|
|
result += gameName + ", "; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|