KI_MOVE_TABLE
Argument | Enumeration | Purpose |
---|---|---|
connection | Database connection | |
source$ | Source table | |
target$ | Target table | |
status | KDB_ERROR_ENUM | Return status |
KI_MOVE_TABLE
This function will rename a database table source$ to the table target$ in the database open on connection handle conn. In the case of legacy native KISAM on the default connection database the table names are filenames relative to the current working directory. For KDB, Oracle or similar databases they will be table names with optional user prefixes.