The ifx_lo_specget_maxbytes() function

The ifx_lo_specget_maxbytes() function gets the maximum number of bytes from a smart-large-object specification structure.

Syntax

ifx_lo_specget_maxbytes(lospec, maxbytes)

Arguments

The function accepts the following arguments.
Argument Type Use Description
lospec SQL_INFX_UDT_FIXED Input Smart-large-object specification structure
maxbytes SQL_BIGINT Input Maximum size, in bytes, of the smart large object. Instead of using the default HCL OneDB™ ODBC Driver C data type of SQL_C_CHAR for maxbytes, use SQL_C_LONG.

Usage

The ifx_lo_specget_maxbytes() function gets the maximum number of bytes from a smart-large-object specification structure.