ServiceJavaIPStringBufferSize
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
When ServiceJavaIPUseBulkFetch is enabled, calculates the number of bytes per row in the string buffer passed into the sqlipFetchIntoBuffer call. The total amount of memory allocated to hold rows is the value of this attribute multiplied by ServiceSQLFetchBlockSize. You must implement your IP so that the number of bytes per row in the string buffer passed into the sqlipFetchIntoBuffer call does not exceed the buffer size.
Default
1000
Type
Static
IP Type:
Java, Third-party SQL Engine