The following methods modify a column in 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) and is set to the specified value (value), as follows:
For more information on the mapping between ABL and Java data types for SQL
ResultSet applications, see
Passing Temp-tables as SQL ResultSet Parameters.