|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchColumnException | |
|---|---|
| org.dbunit.dataset | |
| Uses of NoSuchColumnException in org.dbunit.dataset |
|---|
| Methods in org.dbunit.dataset that throw NoSuchColumnException | |
|---|---|
static Column[] |
Columns.findColumnsByName(Column[] columns,
ITableMetaData tableMetaData)
Searches for the given columns using only the Column.getColumnName()
in the given tableMetaData |
static Column[] |
Columns.findColumnsByName(java.lang.String[] columnNames,
ITableMetaData tableMetaData)
Searches for the given columns using only the Column.getColumnName()
in the given tableMetaData |
static Column |
Columns.getColumnValidated(java.lang.String columnName,
Column[] columns,
java.lang.String tableName)
Search and return the specified column from the specified column array. |
java.lang.Object |
DefaultTable.setValue(int row,
java.lang.String column,
java.lang.Object value)
Replaces the value at the specified position in this table with the specified value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||