Interface JdbcDialectFactory

    • Method Detail

      • acceptsURL

        boolean acceptsURL​(String url)
        Retrieves whether the dialect thinks that it can open a connection to the given URL. Typically, dialects will return true if they understand the sub-protocol specified in the URL and false if they do not.
        Parameters:
        url - the URL of the database
        Returns:
        true if this dialect understands the given URL; false otherwise.