다음을 통해 공유


getCatalog Method (SQLServerConnection)

Retrieves the current catalog name of this SQLServerConnection object.

public java.lang.String getCatalog()

반환 값

A String that contains the catalog name.

예외

SQLServerException

주의

This getCatalog method is specified by the getCatalog method in the java.sql.Connection interface.

Returns the current catalog property of the SQLServerConnection object, or null if it is not set. The catalog property is set explicitly with the setCatalog method, or is implicitly updated by reading the environment change on TDS for the current catalog.

참고 항목

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members