Uses of Interface
com.ebasetech.xi.api.TableRowIterator
| Package | Description |
|---|---|
| com.ebasetech.xi.api |
-
Uses of TableRowIterator in com.ebasetech.xi.api
Methods in com.ebasetech.xi.api that return TableRowIterator Modifier and Type Method Description TableRowIteratorTable. fetchTable()Loads data into the table from the external resource specified as the backing resource, and sets the first row as the current row (seeTable.getCurrentRow()).TableRowIteratorTable. 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 (seeTable.getCurrentRow()).TableRowIteratorTable. 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 byparms.TableRowIteratorTable. getRows()Returns a row iterator object that can be used to traverse all table rows