|
Purpose: Returns the fields in the input list that are defined as array
|
|
Query: Array of fields by subtype
Purpose: Returns the array of fields in the input list for which no type is defined
|
|
Purpose: Returns the fields in the input list that are defined as bit
|
|
Purpose: Returns the fields in the input list that are defined as queue of bit
|
|
Purpose: Returns the fields in the input list that are defined as bit array
|
|
Purpose: Returns the fields in the input list that are defined as bit array
|
|
Purpose: Returns the fields in the input list that are defined as queue of bit array
|
|
Query: Fields by attribute
Purpose: Returns the fields in the input list that match the specified attribute and value
Syntax: stm_r_fd_by_attributes_fd (stm_list in_list, char* attr_name, char* attr_value, int *status);
|
|
Purpose: Returns the fields in the input list that have the specified structure type (for example, single or array)
stm_r_fd_by_structure_type_fd (stm_list in_list, char structure_type, int *status);
|
|
Purpose: Returns the fields in the input list that are defined as condition
|
|
Purpose: Returns the fields in the input list that are defined as array of condition
|
|
Purpose: Returns the fields in the input list that are defined as queue of condition
|
|
Query: Fields explicitly defined
Purpose: Returns the fields in the input list that are explicitly defined
|
|
Purpose: Returns the fields in the input list that are defined as array of integer
|
|
Purpose: Returns the fields in the input list that are defined as integer
|
|
Purpose: Returns the fields in the input list that are defined as queue of integer
|
|
Purpose: Returns the fields in the input list for which no type is defined
|
|
Query: Fields whose names match a given pattern
Purpose: Returns all fields whose name matches the specified pattern
|
|
Purpose: Returns the fields in the input list that are defined as queue
|
|
Query: Queues of field by subtype
Purpose: Returns the queues of fields in the input list for which no type is defined
|
|
Purpose: Returns the fields in the input list that are defined as array of real
|
|
Purpose: Returns the fields in the input list that are defined as real
|
|
Purpose: Returns the fields in the input list that are defined as queue of real
|
|
Purpose: Returns the fields in the input list that are defined as single
|
|
Purpose: Returns the fields in the input list that are defined as array of string
|
|
Purpose: Returns the fields in the input list that are defined as string
|
|
Purpose: Returns the fields in the input list that are defined as queue of string
|
|
Purpose: Returns the fields in the input list that are defined as array of user-defined type
|
|
Purpose: Returns the fields in the input list that are defined as user-defined type
|
|
Purpose: Returns the fields in the input list that are defined as queue of user-defined type
|