Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Retrieves the first warning reported by calls on this SQLServerResultSet object.
Note
This method is not currently supported by the Microsoft JDBC Driver for SQL Server. If called this method will always return a null value.
Syntax
public java.sql.SQLWarning getWarnings()
Return Value
An SQLWarning object.
Exceptions
Remarks
This getWarnings method is specified by the getWarnings method in the java.sql.ResultSet interface.