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

Row Types

A row type is a complex data type that is made up of a sequence of one or more elements called fields. Each field has a name and a data type. A row type is similar to a C struct data type. The DataBlade API provides support for row types in both their text and binary representations.

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