Uses of Class
org.unitils.dbunit.dataset.Row

Packages that use Row
org.unitils.dbunit.dataset   
org.unitils.dbunit.dataset.comparison   
org.unitils.dbunit.util   
 

Uses of Row in org.unitils.dbunit.dataset
 

Methods in org.unitils.dbunit.dataset that return types with arguments of type Row
 List<Row> Table.getRows()
           
 

Methods in org.unitils.dbunit.dataset with parameters of type Row
 void Table.addRow(Row row)
          Adds a data set row
 RowDifference Row.compare(Row actualRow)
          Compares the row with the given actual row.
protected  void Row.compareColumns(List<Column> columns, Row actualRow, RowDifference result)
          Compares the given columns with the columns of the actual row.
 boolean Row.hasDifferentPrimaryKeyColumns(Row actualRow)
           
 

Method parameters in org.unitils.dbunit.dataset with type arguments of type Row
protected  void Table.compareRows(List<Row> rows, Table actualTable, TableDifference result)
          Compares the given rows with the columns of the actual table.
 

Uses of Row in org.unitils.dbunit.dataset.comparison
 

Methods in org.unitils.dbunit.dataset.comparison that return Row
 Row RowDifference.getActualRow()
           
 Row RowDifference.getRow()
           
 

Methods in org.unitils.dbunit.dataset.comparison that return types with arguments of type Row
 List<Row> TableDifference.getMissingRows()
           
 

Methods in org.unitils.dbunit.dataset.comparison with parameters of type Row
 void TableDifference.addMissingRow(Row missingRow)
          Adds a rows for which no other row was found in the actual table.
 RowDifference TableDifference.getBestRowDifference(Row row)
           
 void TableDifference.setMatchingRow(Row row, Row actualRow)
          Indicates a match for the given row.
 

Constructors in org.unitils.dbunit.dataset.comparison with parameters of type Row
RowDifference(Row row, Row actualRow)
          Create a row difference.
 

Uses of Row in org.unitils.dbunit.util
 

Methods in org.unitils.dbunit.util with parameters of type Row
protected  void DataSetAssert.appendColumnNames(Row row, StringBuilder result)
          Appends the column names of the given row to the result
protected  void DataSetAssert.appendRow(Row row, StringBuilder result)
          Appends the values of the given row to the result
 



Copyright © 2011. All Rights Reserved.