Hitachi

Hitachi Advanced Database Application Development Guide


10.3.4 getPooledConnection()

Organization of this subsection

(1) Function

This method creates a PooledConnection object from the connection information specified in the DataSource object.

Specification priorities apply to the authorization identifier and password. For details about the priorities, see 7.3.3 Connection information priorities.

Note that you must have the CONNECT privilege to execute the getPooledConnection method.

(2) Format

public synchronized PooledConnection getPooledConnection() throws SQLException

(3) Arguments

None.

(4) Return value

This method returns a PooledConnection object.

(5) Exceptions

None.