dpiVar_setFromRowid

Function dpiVar_setFromRowid 

Source
pub unsafe extern "C" fn dpiVar_setFromRowid(
    var: *mut dpiVar,
    pos: u32,
    rowid: *mut dpiRowid,
) -> c_int
Expand description

Sets the variable value to the specified rowid.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.