|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.dataset.CaseInsensitiveTable
public class CaseInsensitiveTable
| 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 |
|---|
public CaseInsensitiveTable(ITable table)
| Method Detail |
|---|
public ITableMetaData getTableMetaData()
ITable
getTableMetaData in interface ITablepublic int getRowCount()
ITable
getRowCount in interface ITable
public java.lang.Object getValue(int row,
java.lang.String column)
throws DataSetException
ITable
getValue in interface ITablerow - The row index, starting with 0column - The name of the column
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||