pub unsafe extern "C" fn dpiVar_setNumElementsInArray(
var: *mut dpiVar,
numElements: u32,
) -> c_intExpand description
Sets the number of elements in a PL/SQL index-by table.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.