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

mi_large_object_create_opts()

The mi_large_object_create_opts() function creates an empty smart large object (BLOB or CLOB).

Syntax

Usage

This function is identical to mi_large_object_create() except that it allows the specification of the directories in which to store the object.

Tip: To create a smart large object and populate it with data using a single function, use mi_file_to_large_object().

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

Return Values

On success, returns a handle for the object; on failure, returns NULL.

Related Topics

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




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