ServiceJavaIPByteBufferSize
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Calculates the size of the data buffer (bytes per row) passed into the sqlipFetchIntoBuffer call when working in bulk fetch mode (ServiceJavaIPUseBulkFetch is enabled). The total amount of memory allocated to hold rows is this value multiplied by ServiceSQLFetchBlockSize (see ServiceSQLFetchBlockSize for more information). You must implement your IP so that it does not exceed the buffer.
Default
1000
Type
Dynamic
IP Type:
Java, Third-party SQL Engine