pub unsafe extern "C" fn dpiSodaDoc_getVersion(
doc: *mut dpiSodaDoc,
value: *mut *const c_char,
valueLength: *mut u32,
) -> c_intExpand description
Returns the current version of the document. This value will be empty if
the metadata used to create the collection in which the document is found
does not support the storage of this attribute, or if the document was
created using dpiSodaDb_createDocument().
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.