Hitachi

Hitachi Advanced Database Application Development Guide


8.2.3 close()

Organization of this subsection

(1) Function

This method closes the connection with the HADB server.

When a normal connection is in effect, this method disconnects the HADB server, disables the corresponding objects, and releases any unneeded resources.

(2) Format

public synchronized void close() throws SQLException

(3) Arguments

None.

(4) Return value

None.

(5) Exceptions

None.

(6) Notes