The ifx_lo_stat_size() function
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 HCL OneDB™ ODBC Driver C data type of SQL_C_CHAR for size, use SQL_C_LONG. |
Usage
The ifx_lo_stat_size() function retrieves the size of a smart large object.