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

ServiceJavaIPUseBulkFetch

When working with a third-party SQL engine in Java, determines whether rows are retrieved using the bulk fetch buffers by calling the sqlipFetchRowsInBuffer method in the third-party SQL engine IP (refer to the DataDirect OpenAccess SDK Third-Party Programmer’s Guide and Reference for more information about the sqlipFetchRowsInBuffer method functions). Using bulk fetch improves performance by reducing the number of native to Java calls.

Valid values

Enable | Disable
*Enable=Use bulk fetch to retrieve rows.
*Disable=Disable the use of bulk fetch. The default mechanism is to ask for one column value at a time.

Default

Disable

Type

Dynamic

IP Type:

Java, Third-party SQL Engine