Checks if the given URL is valid.
public boolean acceptsURL(java.lang.String url)
參數
url
A String value containing the URL used to connect to the database.
傳回值
true if the given URL is valid. Otherwise, false.
例外狀況
備註
This acceptsURL method is specified by the acceptsURL method in the java.sql.Driver interface.