|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.dataset.AbstractTable
public abstract class AbstractTable
Field Summary |
---|
Fields inherited from interface org.dbunit.dataset.ITable |
---|
NO_VALUE |
Constructor Summary | |
---|---|
AbstractTable()
|
Method Summary | |
---|---|
protected void |
assertValidColumn(java.lang.String columnName)
|
protected void |
assertValidRowIndex(int row)
|
protected void |
assertValidRowIndex(int row,
int rowCount)
|
protected int |
getColumnIndex(java.lang.String columnName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.dbunit.dataset.ITable |
---|
getRowCount, getTableMetaData, getValue |
Constructor Detail |
---|
public AbstractTable()
Method Detail |
---|
protected void assertValidRowIndex(int row) throws DataSetException
DataSetException
protected void assertValidRowIndex(int row, int rowCount) throws DataSetException
DataSetException
protected void assertValidColumn(java.lang.String columnName) throws DataSetException
DataSetException
protected int getColumnIndex(java.lang.String columnName) throws DataSetException
DataSetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |