KI_PARTITIONS
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
table$ | Base table name | |
status | KDB_ERROR_ENUM | Return status |
KI_PARTITIONS
This function generates a result set containing the names of all the partitions in the given table.
The handle must have been allocated with a KI_ALLOC_HANDLE and it can be used in subsequent KI_FETCH calls to get the information. The row buffer passed for the fetch operation should be an instance of the _KDB_CATALOG record. Only the table name and tablespace name columns will be updated and all other columns will be space filled.