ServiceJavaIPUseBulkFetch
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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