queryCloseImplicit IBM data server driver configuration keyword (for the IBM Data Server Driver for JDBC and SQLJ)
queryCloseImplicit specifies whether cursors are closed immediately after all rows are fetched.
Attention: This keyword is available in Db2 11.5.8 and later versions.
- Equivalent IBM® Data Server Driver for JDBC and SQLJ property
- queryCloseImplicit
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="queryCloseImplicit" value="0 | 1"/>
- Default setting:
- 0
- Usage notes:
-
IBM data server driver settings and equivalent JDBC driver property values are:
IBM data server driver setting for queryCloseImplicit JDBC driver property setting for queryCloseImplicit 0 2 ( DB2BaseDataSource.NO
)1 1 ( DB2BaseDataSource.YES
)
For additional information, see the description of queryCloseImplicit in Common IBM Data Server Driver for JDBC and SQLJ properties for all supported database products.