Interface ITableData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IValueInfosgetColumnInfos()StringgetQuery()ITableRowgetRow(int p_iRowIndex)intgetRowCount()de.uplanet.util.ReadOnlyIterator<ITableRow>iterator()-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getColumnInfos
IValueInfos getColumnInfos()
- Returns:
- The column info object (not
null).
-
getRowCount
int getRowCount()
- Returns:
- The row count.
-
getRow
ITableRow getRow(int p_iRowIndex)
- Parameters:
p_iRowIndex- The row index (0 <= p_iRowIndex < getRowCount()).- Returns:
- The row on the given index.
-
getQuery
String getQuery()
-
-