הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Indicates whether this SQLServerResultSet object has been closed.
Syntax
public boolean isClosed()
Return Value
true if this SQLServerResultSet object is closed, false if it is still open.
Exceptions
Remarks
This isClosed method is specified by the isClosed method in the java.sql.ResultSet interface.