Name
xte_nodebld_init — Creates the empty vector
Synopsis
              xte_nodebld_init
            (
            | 
                    inout 
arg
   any
); | 
          
Description
This function creates the empty vector and assign it to the argument.
Parameters
arg
Variable of any type
Errors
                  Table 24.125. Errors signalled by 
xte_nodebld_init
         
| SQLState | Error Code | Error Text | Description | 
|---|---|---|---|
| 22003 | SR344 | Too few arguments for xte_nodebld_init | 
Examples
Example 24.493. Simple Use
After calling xte_nodebld_init() the vector acc of type any is empty and may be used by xte_nodebld_acc function
xte_nodebld_init(acc);