The ifx_lo_specset_sbspace() function

The ifx_lo_specset_sbspace() function sets the name of the sbspace for a smart large object.

Syntax

mint ifx_lo_specset_sbspace(LO_spec, sbspace_name)
   ifx_lo_create_spec_t *LO_spec;
   char *sbspace_name;
sbspace_name
A pointer to a buffer that contains the name of the sbspace in which to store the smart large object.
LO_spec
A pointer to the LO-specification structure in which to save the sbspace name.

Usage

The name of the sbspace can be at most 18 characters long. It must also be null terminated.

If you do not specify an sbspace_name when you create a new smart large object, HCL OneDB™ obtains the sbspace name from either the column information or from the SBSPACENAME parameter of the onconfig file.

Return codes

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