pub unsafe extern "C" fn dpiRowid_getStringValue(
rowid: *mut dpiRowid,
value: *mut *const c_char,
valueLength: *mut u32,
) -> c_intExpand description
Returns the sting (base64) representation of the rowid.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.