StarTableBeanStarTable, ColumnStarTable, ConstantStarTable, RandomResultSetStarTable, RowListStarTablepublic abstract class RandomStarTable extends AbstractStarTable
Implementations of this object must supply a non-negative return value for getColumnCount method, because the RowSequence method requires this knowledge.
| Constructor | Description |
|---|---|
RandomStarTable() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract long |
getRowCount() |
The number of rows in this table.
|
RowSequence |
getRowSequence() |
Returns a RowSequence object based on the random data
access methods of this table.
|
boolean |
isRandom() |
Returns true.
|
checkedLongToInt, getCell, getColumnAuxDataInfos, getColumnCount, getColumnInfo, getName, getParameterByName, getParameters, getRow, getURL, setName, setParameter, setParameters, setURLpublic boolean isRandom()
isRandom in interface StarTableisRandom in class AbstractStarTablepublic RowSequence getRowSequence()
getRowSequence in interface StarTablegetRowSequence in class AbstractStarTablepublic abstract long getRowCount()
getRowCount in interface StarTablegetRowCount in class AbstractStarTableCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.