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

mi_large_object_stat()

The mi_large_object_stat() function returns a pointer to an MI_LOSTAT structure that contains the mode, user ID, size, last access time, last modify time, and last update time for the smart large object that lodesc specifies.

Syntax

Usage

The MI_LOSTAT structure looks like this.

To see the MI_LOINFO structure, refer to the description of the mi_large_object_info() function. The MI_LOSTAT and the MI_LOINFO structures are defined in miloback.h.

You can use this function with any type of smart large object.

Use mi_free() to free this structure when it is no longer needed.

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

Return Values

On success, returns a pointer to an MI_LOSTAT structure. On failure, returns NULL.

Related Topics

See the description of the mi_large_object_info() function.




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