Hitachi

Hitachi Advanced Database Application Development Guide


10.3.2 getLoginTimeout()

Organization of this subsection

(1) Function

This method acquires the value set by the setLoginTimeout method (the timeout time for connections to the HADB server).

(2) Format

public synchronized int getLoginTimeout() throws SQLException

(3) Arguments

None.

(4) Return value

This method returns the value set by the setLoginTimeout method (the timeout time for connections to the HADB server). If no timeout value has been specified by the setLoginTimeout method, the method returns 0.

(5) Exceptions

None.