Append a sequence to a temporal sequence set.
- Parameters
-
[in,out] | ss | Temporal sequence set |
[in] | seq | Temporal sequence |
[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 ss when it cannot be expanded and a new sequence set is created.