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 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 (seeTable.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 (seeTable.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 byparms
.TableRowIterator
Table. getRows()
Returns a row iterator object that can be used to traverse all table rows