dpiObjectType_getAttributes

Function dpiObjectType_getAttributes 

Source
pub unsafe extern "C" fn dpiObjectType_getAttributes(
    objType: *mut dpiObjectType,
    numAttributes: u16,
    attributes: *mut *mut dpiObjectAttr,
) -> c_int
Expand description

Returns the list of attributes that belong to the object type.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.