Class JdbcCatalogUtils

    • Constructor Detail

      • JdbcCatalogUtils

        public JdbcCatalogUtils()
    • Method Detail

      • validateJdbcUrl

        public static void validateJdbcUrl​(String url)
        URL has to be without database, like "jdbc:postgresql://localhost:5432/" or "jdbc:postgresql://localhost:5432" rather than "jdbc:postgresql://localhost:5432/db".