|
||||||||||
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(String[] columnNames,
ITableMetaData tableMetaData)
Searches for the given columns using only the Column.getColumnName()
in the given tableMetaData |
static Column |
Columns.getColumnValidated(String columnName,
Column[] columns,
String tableName)
Search and return the specified column from the specified column array. |
Object |
DefaultTable.setValue(int row,
String column,
Object value)
Replaces the value at the specified position in this table with the specified value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |