pub unsafe extern "C" fn dpiObjectType_getAttributes(
objType: *mut dpiObjectType,
numAttributes: u16,
attributes: *mut *mut dpiObjectAttr,
) -> c_intExpand description
Returns the list of attributes that belong to the object type.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.