Home | Previous Page | Next Page   Client Functions > Functions for Smart Large Objects >

ifx_lo_stat_size()

The ifx_lo_stat_size() function retrieves the size of a smart large object.

Syntax

ifx_lo_stat_size(lostat, size) 

Arguments

The function accepts the following arguments.

Argument Type Use Description
lostat SQL_INFX_UDT_FIXED Input Smart-large-object status structure
size SQL_BIGINT Output Size of a smart large object, in bytes. This value cannot exceed 2 gigabytes. Instead of using the default Informix ODBC Driver C data type of SQL_C_CHAR for size, use SQL_C_LONG. For more information, see SQL_BIGINT.

Usage

The ifx_lo_stat_size() function retrieves the size of a smart large object.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]