KI_CREATE_PRIMARY_KEY_CONSTRAINT
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
status | KDB_ERROR_ENUM | Return status |
KI_CREATE_PRIMARY_KEY_CONSTRAINT
This call creates a PRIMARY KEY constraint for a table based on its first index. The effect is the same as if _KDB_CONN_ATTR_CREATE_PRIMARY_KEYS was enabled when the index was created.
Requirements
Compatibility note:
This call is only supported on Oracle databases.