Class CaseInsensitiveTable

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

public class CaseInsensitiveTable extends Object implements ITable
Deprecated.
All IDataSet implementations are case insensitive since DbUnit 1.5
Since:
Mar 27, 2002
Version:
$Revision$
Author:
Manuel Laflamme
  • Constructor Details

    • CaseInsensitiveTable

      public CaseInsensitiveTable(ITable table)
      Deprecated.
  • Method Details

    • 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 Object getValue(int row, 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:
      DataSetException