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

ServiceJavaIPByteBufferSize

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