Uses of Class
org.dbunit.dataset.NoSuchColumnException
Packages that use NoSuchColumnException
-
Uses of NoSuchColumnException in org.dbunit.dataset
Methods in org.dbunit.dataset that throw NoSuchColumnExceptionModifier and TypeMethodDescriptionstatic Column[]Columns.findColumnsByName(String[] columnNames, ITableMetaData tableMetaData) static Column[]Columns.findColumnsByName(Column[] columns, ITableMetaData tableMetaData) static ColumnColumns.getColumnValidated(String columnName, Column[] columns, String tableName) Search and return the specified column from the specified column array.Replaces the value at the specified position in this table with the specified value. -
Uses of NoSuchColumnException in org.dbunit.dataset.xml
Methods in org.dbunit.dataset.xml that throw NoSuchColumnExceptionModifier and TypeMethodDescriptionprotected voidFlatXmlProducer.determineAndSetRowValue(Attributes attributes, ITableMetaData activeMetaData, Object[] rowValues, int i)