Hitachi

Hitachi Advanced Database Application Development Guide


8.3.31 isClosed()

Organization of this subsection

(1) Function

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

(2) Format

public synchronized boolean isClosed() throws SQLException

(3) Arguments

None.

(4) Return value

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

(5) Exceptions

None.