org.dbunit.dataset
Class AbstractTable

java.lang.Object
  extended by org.dbunit.dataset.AbstractTable
All Implemented Interfaces:
ITable
Direct Known Subclasses:
AbstractResultSetTable, CompositeTable, DefaultTable, SortedTable

public abstract class AbstractTable
extends java.lang.Object
implements ITable

Since:
Feb 17, 2002
Version:
$Revision: 563 $
Author:
Manuel Laflamme

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

AbstractTable

public AbstractTable()
Method Detail

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(java.lang.String columnName)
                          throws DataSetException
Throws:
DataSetException

getColumnIndex

protected int getColumnIndex(java.lang.String columnName)
                      throws DataSetException
Throws:
DataSetException


Copyright © 2002-2008. All Rights Reserved.