org.dbunit.dataset
Class CaseInsensitiveTable

java.lang.Object
  extended by org.dbunit.dataset.CaseInsensitiveTable
All Implemented Interfaces:
ITable

Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5

public class CaseInsensitiveTable
extends java.lang.Object
implements ITable

Since:
Mar 27, 2002
Version:
$Revision: 718 $
Author:
Manuel Laflamme

Field Summary
 
Fields inherited from interface org.dbunit.dataset.ITable
NO_VALUE
 
Constructor Summary
CaseInsensitiveTable(ITable table)
          Deprecated.  
 
Method Summary
 int getRowCount()
          Deprecated. Returns this table row count.
 ITableMetaData getTableMetaData()
          Deprecated. Returns this table metadata.
 java.lang.Object getValue(int row, java.lang.String column)
          Deprecated. Returns this table value for the specified row and column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseInsensitiveTable

public CaseInsensitiveTable(ITable table)
Deprecated. 
Method Detail

getTableMetaData

public ITableMetaData getTableMetaData()
Deprecated. 
Description copied from interface: ITable
Returns this table metadata.

Specified by:
getTableMetaData in interface ITable

getRowCount

public int getRowCount()
Deprecated. 
Description copied from interface: ITable
Returns this table row count.

Specified by:
getRowCount in interface ITable

getValue

public java.lang.Object getValue(int row,
                                 java.lang.String column)
                          throws DataSetException
Deprecated. 
Description copied from interface: ITable
Returns this table value for the specified row and column.

Specified by:
getValue in interface ITable
Parameters:
row - The row index, starting with 0
column - The name of the column
Returns:
The value
Throws:
NoSuchColumnException - if specified column name do not exist in this table
RowOutOfBoundsException - if specified row is less than zero or equals or greater than getRowCount
DataSetException


Copyright © 2002-2008. All Rights Reserved.