getClientInfoProperties Method (SQLServerDatabaseMetaData)

Retrieves a list of the client information properties that the driver supports.

참고

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public java.sql.ResultSet getClientInfoProperties()

반환 값

A ResultSet object.

예외

SQLServerException

주의

This getClientInfoProperties method is specified by the getClientInfoProperties method in the java.sql.DatabaseMetaData interface.

참고

In the JDBC Driver version 2.0 release, this method returns an empty result set. The driver supports setting only the applicationName and sets the applicationName only at connection time. SQL Server does not support updating the client application information after the connection is established.

참고

참조

SQLServerDatabaseMetaData Class

개념

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members