public class TableWrapper
extends org.dbunit.dataset.AbstractTable
ITable with specified ITableMetaData so that DBUnit can recognize
column types of tables from dataset files using specified metadata.
This class will be obsolete when the issue
of DBUnit is fixed.| Constructor and Description |
|---|
TableWrapper(org.dbunit.dataset.ITable table,
org.dbunit.dataset.ITableMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount() |
org.dbunit.dataset.ITableMetaData |
getTableMetaData() |
Object |
getValue(int row,
String column) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.