Condividi tramite


connect Method (SQLServerDriver)

Makes a connection to the database.

public java.sql.Connection connect(java.lang.String Url,
                                   java.util.Properties suppliedProperties)

Parametri

Url

A String value that contains the URL that is used to connect to the database.

suppliedProperties

A set of string value pairs used as connection arguments.

Valore restituito

A Connection object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerDriver Class

Concetti

SQLServerDriver Methods
SQLServerDriver Members