skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : DataSourceAllowPrefetch
 

DataSourceAllowPrefetch

Specifies whether the JDBC Client launches a request to the server to fetch the next set of rows from the database while the application is processing a previous set of retrieved rows.

Valid values

True | False
*False=Prefetch of result set data is not allowed.
*True=The JDBC Client launches a request to the server to fetch the next set of rows from the database while the application is processing a previous set of retrieved rows.

Default

False

Type

Dynamic
Note: This service attribute is used by the JDBC Client.