Uses of Class
org.dbunit.dataset.NoSuchColumnException

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.
 



Copyright © 2002-2012. All Rights Reserved.