|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array
|
|
Query: Arrays of user-defined type by subtype
Purpose: Returns the arrays of user-defined types in the input list for which no type is defined
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as bit
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of bit
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of bit array
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as bit array
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of bit array
|
|
Query: User-defined types by attribute
Purpose: Returns the user-defined types in the input list that match a given attribute and value
stm_r_dt_by_attributes_dt (stm_list in_list, char* attr_name, char* attr_value, int *status);
|
|
Purpose: Returns the user-defined types in the input list that have a given structure type (for example, single, array or queue)
stm_r_dt_by_structure_type_dt (stm_list in_list, char structure_type, int *status);
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of condition
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defend types in the input list that are defined as condition
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of condition
|
|
Query: User-defined types defined as enumerated types
Purpose: Returns the user-defined types in the input list that are defined as enumerated types
|
|
Query: User-defined types explicitly defined
Purpose: Returns the user-defined types in the input list that are explicitly defined
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as integer
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of integer
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of integer
|
|
Query: User-defined type by subtype
Purpose: Returns the user-defined types in the input list for which no type is defined
|
|
Query: User-defined types whose names match a given pattern
Purpose: Returns all user-defined types whose names match the specified pattern
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue
|
|
Query: Queues of user-defined type by subtype
Purpose: Returns the queues of user-defined types in the input list for which no type is defined
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as real
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as real
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of real
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of record
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as record
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as single
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of string
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as string
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of string
|
|
Query: User-defined types whose synonyms match a given pattern
Purpose: Returns all user-defined types whose synonyms match the specified pattern
Syntax: stm_r_dt_synonym_of_dt (char* pattern, int *status);
|
|
Query: User-defined type by subtype
Purpose: Returns the user-defined types in the input list that are defined as union
|
|
Query: User-defined type by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of union
|
|
Query: Unresolved user-defined types
Purpose: Returns the unresolved user-defined types in the input list
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as array of another user-defined type
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as other user-defined type
|
|
Query: User-defined types by subtype
Purpose: Returns the user-defined types in the input list that are defined as queue of another user-defined type
|