Hitachi

Hitachi Advanced Database Application Development Guide


8.5.63 isClosed()

Organization of this subsection

(1) Function

This method acquires a value indicating whether this ResultSet object is closed.

This method is guaranteed to return true only when it is executed after the close method has been executed.

(2) Format

public synchronized boolean isClosed() throws SQLException

(3) Arguments

None.

(4) Return value

If this ResultSet object is closed, the method returns true; if it is not closed, the method returns false.

(5) Exceptions

None.