Converting to and from a row format
Before the access method can return row values to a query, the access method must convert source data to data types that database server recognizes.
To create a row:
Tip: The mi_row_create() function
can affect performance because it requires database server resources.
Use it only if you set the am_keyscan purpose flag for the
access method.
The database server passes an MI_ROW structure to the am_insert and am_update purpose functions. To extract the values to insert or update, call mi_value() or mi_value_by_name(). For more information about these functions, see the HCL Informix DataBlade API Programmer's Guide.