Hitachi

Hitachi Advanced Database Application Development Guide


8.3.6 close()

Organization of this subsection

(1) Function

This method closes the Statement object and any ResultSet object created from this Statement object.

(2) Format

public synchronized void close() throws SQLException

(3) Arguments

None.

(4) Return value

None.

(5) Exceptions

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