|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableRowIterator | |
---|---|
com.ebasetech.xi.api |
Uses of TableRowIterator in com.ebasetech.xi.api |
---|
Methods in com.ebasetech.xi.api that return TableRowIterator | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |