Condividi tramite


acceptsURL Method (SQLServerDriver)

Checks if the given URL is valid.

public boolean acceptsURL(java.lang.String url)

Parametri

url

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

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerDriver Class

Concetti

SQLServerDriver Methods
SQLServerDriver Members