Purpose
Returns a table row proxy object for the specified row.
Syntax
jbo<RefStructType>TableRow getRow(int index);
Parameters
index
: an integer index that specifies the row to be accessed.Return Value
A table row proxy object of type
jbo<RefStructType>TableRow where <RefStructType> is the reference structure type.Exceptions
Throws JRfcRemoteException.
Description
The index must point to a valid row.
Related Information
The Table Parameter Classes The Table Row Classes