다음을 통해 공유


getWarnings Method (SQLServerResultSet)

Retrieves the first warning reported by calls on this SQLServerResultSet object.

참고

This method is not currently supported by the Microsoft SQL Server JDBC Driver. If called this method will always return a null value.

public java.sql.SQLWarning getWarnings()

반환 값

An SQLWarning object.

예외

SQLServerException

주의

This getWarnings method is specified by the getWarnings method in the java.sql.ResultSet interface.

참고

참조

SQLServerResultSet Class

개념

SQLServerResultSet Methods
SQLServerResultSet Members