acceptsURL Method (SQLServerDriver)

Checks if the given URL is valid.

public boolean acceptsURL(java.lang.String url)

Parameters

url

A String value containing the URL used to connect to the database.

Return Value

true if the given URL is valid. Otherwise, false.

Exceptions

SQLServerException

Remarks

This acceptsURL method is specified by the acceptsURL method in the java.sql.Driver interface.

See Also

Reference

SQLServerDriver Class

Concepts

SQLServerDriver Methods
SQLServerDriver Members