dpiVar_getSizeInBytes

Function dpiVar_getSizeInBytes 

Source
pub unsafe extern "C" fn dpiVar_getSizeInBytes(
    var: *mut dpiVar,
    sizeInBytes: *mut u32,
) -> c_int
Expand description

Returns the size of the buffer used for one element of the array used for fetching/binding Oracle data.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.