org.dbunit.dataset
Class ForwardOnlyTable

java.lang.Object
  extended byorg.dbunit.dataset.ForwardOnlyTable
All Implemented Interfaces:
ITable

public class ForwardOnlyTable
extends java.lang.Object
implements ITable

Since:
Apr 9, 2003
Version:
$Revision: 1.2 $
Author:
Manuel Laflamme

Field Summary
 
Fields inherited from interface org.dbunit.dataset.ITable
NO_VALUE
 
Constructor Summary
ForwardOnlyTable(ITable table)
           
 
Method Summary
 int getRowCount()
          Returns this table row count.
 ITableMetaData getTableMetaData()
          Returns this table metadata.
 java.lang.Object getValue(int row, java.lang.String column)
          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

ForwardOnlyTable

public ForwardOnlyTable(ITable table)
Method Detail

getTableMetaData

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

Specified by:
getTableMetaData in interface ITable

getRowCount

public int getRowCount()
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
Description copied from interface: ITable
Returns this table value for the specified row and column.

Specified by:
getValue in interface ITable
Throws:
DataSetException


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.