Typed and untyped row variables

Informix® ESQL/C supports the following two row variables:
  • A typed row variable specifies the names and data types of the fields in the row.
  • An untyped row variable does not specify the field names or the field types for the row.

Informix ESQL/C handles row variables as client-side collection variables.