progressiveStreaming IBM data server driver configuration keyword (for the IBM Data Server Driver for JDBC and SQLJ)
progressiveStreaming specifies whether the JDBC driver uses progressive streaming for retrieval of data in LOB or XML columns.
Attention: This keyword is available in Db2 11.5.8 and later versions.
- Equivalent IBM® Data Server Driver for JDBC and SQLJ property
- progressiveStreaming
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="progressiveStreaming" 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 progressiveStreaming JDBC driver property setting for progressiveStreaming 0 2 ( DB2BaseDataSource.NO
)1 1 ( DB2BaseDataSource.YES
)
For additional information, see the description of progressiveStreaming in Common IBM Data Server Driver for JDBC and SQLJ properties for all supported database products.