Hitachi

Hitachi Advanced Database Application Development Guide


8.4.9 getHADBStatementHandle()

Organization of this subsection

(1) Function

This method acquires the statement handle that is assigned to this PreparedStatement object.

(2) Format

public int getHADBStatementHandle() throws SQLException

(3) Arguments

None.

(4) Return value

This method returns the statement handle that is assigned to this PreparedStatement object.

(5) Exceptions

The JDBC driver throws an SQLException in the following cases:

(6) Notes

This is an HADB-specific method provided by the AdbPreparedStatement interface. For details about the execution method, see 12.2 Wrapper interface.