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

mi_issmall_data()

The mi_issmall_data() macro finds out whether a multirepresentational data type is set to MI_MULTIREP_LARGE.

Syntax

Usage

The mi_issmall_data() macro might be used by the ASSIGN, DESTROY, and output functions of a multirepresentational data type to determine whether the associated data should be stored in a smart large object.

Return Values

Returns MI_TRUE if size is not set to MI_MULTIREP_LARGE; returns MI_FALSE if size is set to MI_MULTIREP_LARGE.

Related Topics

For additional information, see the description of the mi_set_large() function.




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