Interface ITableData
-
Method Details
-
getColumnInfos
IValueInfos getColumnInfos()- Returns:
- The column info object (not
null
).
-
getRowCount
int getRowCount()- Returns:
- The row count.
-
getRow
- Parameters:
p_iRowIndex
- The row index (0 <= p_iRowIndex < getRowCount()).- Returns:
- The row on the given index.
-
getQuery
String getQuery() -
iterator
de.uplanet.util.ReadOnlyIterator<ITableRow> iterator()
-