These methods return data from a specified column on an SDOResultSet according to the specified data type. All column access methods in SDOResultSet use the flat model (see OpenEdge Development: Open Client Introduction and Programming. The column is specified by name (columnName) or number (columnIndex), as follows:
For more information on the mapping between ABL and Java data types, see the sections on data type mapping for temp-table fields and passing
OUTPUT TABLE parameters in
Passing parameters.