Package org.dbunit.dataset
Class AbstractTable
java.lang.Object
org.dbunit.dataset.AbstractTable
- All Implemented Interfaces:
ITable
- Direct Known Subclasses:
AbstractResultSetTable,CompositeTable,DefaultTable,SortedTable
- Since:
- Feb 17, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertValidColumn(String columnName) protected voidassertValidRowIndex(int row) protected voidassertValidRowIndex(int row, int rowCount) protected intgetColumnIndex(String columnName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dbunit.dataset.ITable
getRowCount, getTableMetaData, getValue
-
Constructor Details
-
AbstractTable
public AbstractTable()
-
-
Method Details
-
assertValidRowIndex
- Throws:
DataSetException
-
assertValidRowIndex
- Throws:
DataSetException
-
assertValidColumn
- Throws:
DataSetException
-
getColumnIndex
- Throws:
DataSetException
-