10.4.3 close()
- Organization of this subsection
(1) Function
This method closes the physical connection with the HADB server. The method closes all physical connections pooled in the connection pool. This method closes the connection even if the database is being accessed.
(2) Format
public synchronized void close()
(3) Arguments
None.
(4) Return value
None.
(5) Exceptions
None.