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

ServiceJavaIPStringBufferSize

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