#include <kvstore.h> kv_error_t kv_version(kv_impl_t *impl, kv_int_t *major, kv_int_t *minor, kv_int_t *patch)
Identifies the Oracle NoSQL Database version information. Versions consist of major, minor and patch numbers.
The impl is the implementation structure used to open the KV Store. It is created using kv_create_jni_impl().