The ifx_lo_specget_extsz() function

The ifx_lo_specget_extsz() function gets the allocation extent from a smart-large-object specification structure.

Syntax

ifx_lo_specget_extsz(lospec, extsz)

Arguments

The function accepts the following arguments.
Argument Type Use Description
lospec SQL_INFX_UDT_FIXED Input Smart-large-object specification structure
extsz SQL_INTEGER Output Extent size of the smart large object, in bytes. This value is the size of the allocation extents to be allocated for the smart large object when the database server writes beyond the end of the current extent. This value overrides the estimate that the database server generates for how large an extent should be.

Usage

The ifx_lo_specget_extsz() function gets the allocation extent from a smart-large-object specification structure.