|
The mi_typeid_is_set() function determines whether a type identifier is for a SET data type.
The mi_typeid_is_set() function determines if the data type in the type identifier that typeid_ptr references is a SET collection data type.
Important: The type identifier is an opaque structure. Do not access its value directly. To determine if a type identifier contains a SET data type, always use mi_typeid_is_set(). To determine if a type identifier contains any collection data type, use mi_typeid_is_collection().
Return Values
Related Topics
See the descriptions of the following functions: mi_typeid_equals(), mi_typeid_is_builtin(), mi_typeid_is_collection(), mi_typeid_is_complex(), mi_typeid_is_distinct(), mi_typeid_is_list(), mi_typeid_is_multiset(), and mi_typeid_is_row().