Share via


connect Method (SQLServerDriver)

Makes a connection to the database.

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

매개 변수

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.

반환 값

A Connection object.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerDriver Class

개념

SQLServerDriver Methods
SQLServerDriver Members