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.