public abstract class AbstractTable extends Object implements ITable
| Constructor and Description |
|---|
AbstractTable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertValidColumn(String columnName) |
protected void |
assertValidRowIndex(int row) |
protected void |
assertValidRowIndex(int row,
int rowCount) |
protected int |
getColumnIndex(String columnName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRowCount, getTableMetaData, getValueprotected void assertValidRowIndex(int row)
throws DataSetException
DataSetExceptionprotected void assertValidRowIndex(int row,
int rowCount)
throws DataSetException
DataSetExceptionprotected void assertValidColumn(String columnName) throws DataSetException
DataSetExceptionprotected int getColumnIndex(String columnName) throws DataSetException
DataSetExceptionCopyright © 2002-2017. All Rights Reserved.