AS/400 Toolbox for Java \
Servlet classes \ RowData classes \
RecordListRowData
RecordListRowData class
The RecordListRowData class allows you to do the following:
The
RecordListRowData class represents a list of records. A record
can be obtained from the AS/400 system in different formats,
including:
- A record to be written to or read from an
AS/400 file
- An entry in a data queue
- The parameter data from a program
call
- Any data return that needs to be converted between AS/400
format and Java format
This example shows you how
RecordListRowData and HTMLTableConverter work. It shows the java
code, HTML code, and HTML look and feel.