Package | Description |
---|---|
com.ebasetech.xi.api |
Modifier and Type | Method and Description |
---|---|
TableRowIterator |
Table.fetchTable()
Loads data into the table from the external resource specified as the backing resource, and sets the first row
as the current row (see
Table.getCurrentRow() ). |
TableRowIterator |
Table.fetchTable(boolean noUpdate)
Loads data into the table from the external resource specified as the backing resource, and sets the first row
as the current row (see
Table.getCurrentRow() ). |
TableRowIterator |
Table.findRows(java.util.Map<java.lang.String,java.lang.Object> parms)
Returns a row iterator object containing all rows that match the search criteria specified by
parms . |
TableRowIterator |
Table.getRows()
Returns a row iterator object that can be used to traverse all table rows
|