org.example.country.report.actions

Interface CountryDBReader

    • Method Detail

      • findContinents

        java.util.List<java.lang.String> findContinents()
      • findCountriesByContinent

        java.util.List<Country> findCountriesByContinent(java.lang.String currentContinent)
      • close

        void close()