title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
acceptsURL Method (SQLServerDriver) |
acceptsURL Method (SQLServerDriver) |
David-Engel |
v-davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerDriver.acceptsURL |
Assembly |
[!INCLUDEDriver_JDBC_Download]
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.
SQLServerDriver Methods
SQLServerDriver Members
SQLServerDriver Class