|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.dataset.AbstractTable org.dbunit.dataset.CompositeTable
Field Summary |
Fields inherited from interface org.dbunit.dataset.ITable |
NO_VALUE |
Constructor Summary | |
CompositeTable(ITable table1,
ITable table2)
Creates a composite table that combines the specified specified tables. |
|
CompositeTable(ITableMetaData metaData,
ITable table)
Creates a composite table that combines the specified metadata with the specified table. |
|
CompositeTable(ITableMetaData metaData,
ITable[] tables)
Creates a composite table that combines the specified metadata with the specified tables. |
|
CompositeTable(java.lang.String newName,
ITable table)
Creates a composite dataset that encapsulate the specified table with a new name. |
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 org.dbunit.dataset.AbstractTable |
assertValidColumn, assertValidRowIndex, assertValidRowIndex, getColumnIndex |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompositeTable(ITableMetaData metaData, ITable table)
public CompositeTable(ITableMetaData metaData, ITable[] tables)
public CompositeTable(ITable table1, ITable table2)
public CompositeTable(java.lang.String newName, ITable table) throws DataSetException
Method Detail |
public ITableMetaData getTableMetaData()
ITable
public int getRowCount()
ITable
public java.lang.Object getValue(int row, java.lang.String column) throws DataSetException
ITable
DataSetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |