KI_WRITE_PTR
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
rowid$ | Row ID from a previous read | |
SYM(rowbuf$) | Symbol of row buffer | |
status | KDB_ERROR_ENUM | Return status |
KI_WRITE_PTR
This updates a row with the specified ROWID directly from the row buffer without updating any index which makes it faster than KI_REWRITE. However it is also more dangerous as there is no check that the indexed columns and BLOB references are in fact identical and if not, the affected indices will become invalid. As such the use of this statement is now discouraged and KI_REWRITE should be used as a matter of course today.