다음을 통해 공유


clearWarnings Method (SQLServerResultSet)

Clears all warnings reported on this SQLServerResultSet object.

참고

This method is not currently implemented by the Microsoft SQL Server JDBC Driver. If called, it will always return null.

public void clearWarnings()

예외

SQLServerException

주의

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

참고

참조

SQLServerResultSet Class

개념

SQLServerResultSet Methods
SQLServerResultSet Members