Home | Previous Page | Next Page   Data Manipulation > Using Complex Data Types > Row Types >

Accessing a Row Type

When a row type (named or unnamed) is used as a column of a table, its fields can be accessed in exactly the same ways that the columns of a row are accessed. That is, you create a series of nested loops that use the following functions:

For more information on how to use these functions, see Obtaining Row Values.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]