dpiConn_newVector

Function dpiConn_newVector 

Source
pub unsafe extern "C" fn dpiConn_newVector(
    conn: *mut dpiConn,
    info: *mut dpiVectorInfo,
    vector: *mut *mut dpiVector,
) -> c_int
Expand description

Returns a reference to a new vector object. This object can be used as the value for a variable. The reference should be released by calling dpiVector_release() as soon as it is no longer needed.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.