pub unsafe extern "C" fn dpiVar_getSizeInBytes(
var: *mut dpiVar,
sizeInBytes: *mut u32,
) -> c_intExpand 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.