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

mi_large_object_info()

The mi_large_object_info() function returns a pointer to an MI_LOINFO structure that contains information about the smart large object that LO_handle references.

Syntax

Usage

You can use this function with either BLOB or CLOB objects.

An MI_LOINFO structure looks like this.

This structure is defined in milo.h.

Use mi_free() to free the MI_LOINFO pointer when it is no longer needed.

Return Values

On success, returns a pointer to an MI_LOINFO structure; on failure, returns NULL.

Related Topics

See the descriptions of the following functions: mi_large_object_create(), mi_large_object_copy(), and mi_large_object_stat().




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