Append a sequence to a temporal sequence.
- Parameters
-
[in,out] | seq1 | Temporal sequence |
[in] | seq2 | Temporal sequence to append |
[in] | expand | True when reserving space for additional sequences |
- SQL Function:
- appendSequence()
- Note
- It is the responsibility of the calling function to free the memory, that is, delete the old value of seq when it cannot be expanded or when the result is a sequence set.