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, wait
getRowCount, getTableMetaData, getValue
protected void assertValidRowIndex(int row) throws DataSetException
DataSetException
protected void assertValidRowIndex(int row, int rowCount) throws DataSetException
DataSetException
protected void assertValidColumn(String columnName) throws DataSetException
DataSetException
protected int getColumnIndex(String columnName) throws DataSetException
DataSetException
Copyright © 2002–2018. All rights reserved.