This example shows the C code for UDMs that implement the following functionality for a structured UDT:
- constructor method for creating an initializing an instance of the UDT
- transform functionality that allows exporting the UDT from the server
- ordering functionality that allows two UDTs to be compared
- cast functionality that allows data conversion between the UDT and other data types