Use the flat model
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The flat model methods behave as follows:
-
getColumnCount()returns the value 14 -
getColumnType(4)gets the data type of the third element of the secondTABLEfield (which is the array field) -
getColumnType(14)gets the data type of the thirdTABLEfield
Since all elements of an array field have the same meta data
information, getColumnType(2) through getColumnType(13) return
the same value.