KI_WS_END

Drop word search rowset

Synopsis:
CALL KI_WS_END handle TO status
status = 'ki_ws_end( handle )
ArgumentEnumerationPurpose
handleHandle
statusKDB_ERROR_ENUMReturn status
>KI_WS_END

KI_WS_END

This call frees up memory resources associated with the handle after the list of rows created with a KI_WS_START has been read. Closing the handle with KI_CLOSE will also do this.

This function is only available for KDB type 7 and SQL database tables.

History
Introduced in KCML 6.00
See Also:
KI_CLOSE, KI_WS_ADD_INDEX, KI_WS_CREATE, KI_WS_DELETE, KI_WS_NOISE_INFO, KI_WS_OPEN, KI_WS_READ, KI_WS_READ_NEXT, KI_WS_REWRITE, KI_WS_START, KI_WS_WRITE
KCML database status codes