INFORMIX
DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home Contents Index Master Index New Book

mi_large_object_increfcount()

The mi_large_object_increfcount() function increments the reference count of a smart large object.

Syntax

Usage

The assign() function can call the mi_large_object_increfcount() function. This function must be called from a assign() support function of any opaque data type that contains smart large objects.

Tip: Informix provides the mi_large_object_increfcount() function for backward compatibility only. Use the mi_lo_increfcount() function for all new DataBlade routines.

Return Values

On success, returns the new reference count; on failure, returns MI_ERROR.

Related Topics

See the description of the mi_large_object_decrefcount() function.




DataBlade API Programmer's Manual, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.