public static List<GameDetails> getGameHighScores() throws SQLException {
List<GameDetails> r = new ArrayList<GameDetails>();
ResultSet rs = null;
//connectToDatabase();
//TODO

...