KI_DESCRIBE_SCHEMA
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
SYM(buf$) | Symbol of buffer | |
mode | Mode | |
status | KDB_ERROR_ENUM | Return status |
KI_DESCRIBE_SCHEMA
Returns the CREATE TABLE statement originally used to create the table currently open on handle in ASCII format.
The mode parameter is reserved and must be zero.
If the supplied buffer is not large enough to hold the schema, the buffer is re-sized to fit.