The ifx_lo_specset_flags() function

The ifx_lo_specset_flags() function sets the create-time flags of a smart large object.

Syntax

mint ifx_lo_specset_flags(LO_spec, flags)
   ifx_lo_create_spec_t *LO_spec;
   mint flags;
LO_spec
A pointer to the LO-specification structure in which to save the flags value.
flags
An integer value for the create-time flags of the smart large object.

Usage

The create-time flags provide the following information about a smart large object:
  • Whether to use logging on the smart large object
  • Whether to store the time of last access for the smart large object

These two indicators are masked together into the single flags value. For more information about the create-time flags, see Create-time flags in the LO-specification structure.

If you do not specify a flags value when you create a new smart large object, HCL OneDB™ obtains the value from the inheritance hierarchy of storage characteristics.

Return codes

0
The function was successful.
-1
The function was not successful.