public 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 and Description |
|---|
RandomStarTable() |
| Modifier and Type | Method and 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 AbstractStarTable