Library Version 12.1.3.1
#include <kvstore.h> void kv_lob_release_handle(kv_lob_handle_t **handle);
Release a LOB handle that was allocated by kv_lob_get_for_read() or kv_lob_get_for_write().
The handle parameter is the LOB handle that you want to release.
Data Operations and Related Functions