TYPEOF
Â
SYNTAX:
Â
FUNCTION TYPEOF ( V:GENERIC ) : SET OF STRING;
Â
The typeof function returns a set of string that contains the names of all the data types that the parameter is a member of. Except for the simple data types (binary, boolean, integer,
logical, number, real, and string) and the aggregation data types (array, bag, list, and set), these names are qualified by the name of the schema that contains the definition of the
type.
Â
Parameters : V is a value of any type.
Â
Â