org.dbunit.dataset
Class AbstractTable
java.lang.Object
org.dbunit.dataset.AbstractTable
- All Implemented Interfaces:
- ITable
- Direct Known Subclasses:
- AbstractResultSetTable, CompositeTable, DefaultTable, SortedTable
public abstract class AbstractTable
- extends Object
- implements ITable
- Since:
- Feb 17, 2002
- Version:
- $Revision: 563 $
- Author:
- Manuel Laflamme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTable
public AbstractTable()
assertValidRowIndex
protected void assertValidRowIndex(int row)
throws DataSetException
- Throws:
DataSetException
assertValidRowIndex
protected void assertValidRowIndex(int row,
int rowCount)
throws DataSetException
- Throws:
DataSetException
assertValidColumn
protected void assertValidColumn(String columnName)
throws DataSetException
- Throws:
DataSetException
getColumnIndex
protected int getColumnIndex(String columnName)
throws DataSetException
- Throws:
DataSetException
Copyright © 2002-2011. All Rights Reserved.