Hitachi

Hitachi Advanced Database Application Development Guide


8.5.6 close()

Organization of this subsection

(1) Function

This method closes the cursor that has been opened for the ResultSet object and releases JDBC resources.

(2) Format

public synchronized void close() throws SQLException

(3) Arguments

None.

(4) Return value

None.

(5) Exceptions

If a database access error occurs, the method throws an SQLException.