DB2 Version 9.7 for Linux, UNIX, and Windows

Common IBM Data Server Driver for JDBC and SQLJ properties for IBM Informix and DB2 Database for Linux, UNIX, and Windows

Some of the IBM® Data Server Driver for JDBC and SQLJ properties apply to IBM Informix® and DB2® for Linux, UNIX, and Windows database servers.

Properties that apply to IBM Informix and DB2 for Linux, UNIX, and Windows are:

currentLockTimeout
Specifies whether DB2 for Linux, UNIX, and Windows servers wait for a lock when the lock cannot be obtained immediately. The data type of this property is int. Possible values are:
integer
Wait for integer seconds. integer is between -1 and 32767, inclusive.
LOCK_TIMEOUT_NO_WAIT
Do not wait for a lock. This is the default.
LOCK_TIMEOUT_WAIT_INDEFINITELY
Wait indefinitely for a lock.
LOCK_TIMEOUT_NOT_SET
Use the default for the data source.