Share via


acceptsURL Method (SQLServerDriver)

Checks if the given URL is valid.

public boolean acceptsURL(java.lang.String url)

Parameter

url

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

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerDriver Class

Konzepte

SQLServerDriver Methods
SQLServerDriver Members