DB2 10.5 for Linux, UNIX, and Windows

DB2Connection.CacheUSRLIBLValue property

Gets or sets the boolean value that indicates whether the caching of *USRLIBL is enabled for all connections to DB2® for i in the same connection pool.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax

[Visual Basic]
Public Property CacheUSRLIBLValue As Boolean
[C#]
public bool CacheUSRLIBLValue {get; set;}
[C++]
public: __property bool get_CacheUSRLIBLValue();
public: __property void set_CacheUSRLIBLValue(bool);
[JScript]
public function get CacheUSRLIBLValue() : Boolean;
public function set CacheUSRLIBLValue(Boolean);

Property value

The default value is true. The CacheUSRLIBLValue property accepts the values true, and false.

Remarks

The CacheUSRLIBLValue property is available for all connections to DB2 for i V6R1 and later in the same connection pool. The CacheUSRLIBLValue property setting affects all connections in a connection pool.