Structured data types are used to store a number of values as a structured set. There are three structured data types in Querix 4GL:
An ordered three-dimensional set of values (can have up to 32,767 values in each dimension) that belong to any single data, provided that all the values are of the same data type |
|
Arrays of values (in up to three dimensions) that belong to any single data type. The optional upper bound should be greater than 0 and less than or equal to 2,147,483,647. |
|
An ordered set of values of any data type. Values within one RECORD can be of different data types |
|
A structured data type that defines an associative array of unordered elements accessed by a key. |