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

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

Uses of Table in org.unitils.dbunit.dataset
 

Methods in org.unitils.dbunit.dataset that return Table
 Table Schema.getTable(String tableName)
          Gets the table for the given name.
 

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

Methods in org.unitils.dbunit.dataset with parameters of type Table
protected  void SchemaFactory.addRows(org.dbunit.dataset.ITable dbUnitTable, Table table, List<String> primaryKeyColumnNames)
          Adds the rows of the DbUnit table to the given table.
 void Schema.addTable(Table table)
          Adds a table to the schema.
 TableDifference Table.compare(Table actualTable)
          Compares the table with the given actual table.
protected  void Table.compareRows(List<Row> rows, Table actualTable, TableDifference result)
          Compares the given rows with the columns of the actual table.
 

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

Methods in org.unitils.dbunit.dataset.comparison that return Table
 Table TableDifference.getActualTable()
           
 Table TableDifference.getTable()
           
 

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

Methods in org.unitils.dbunit.dataset.comparison with parameters of type Table
 void SchemaDifference.addMissingTable(Table table)
          Adds a table that was not found in the actual schema
 

Constructors in org.unitils.dbunit.dataset.comparison with parameters of type Table
TableDifference(Table table, Table actualTable)
          Creates a table difference.
 

Uses of Table in org.unitils.dbunit.util
 

Methods in org.unitils.dbunit.util with parameters of type Table
protected  void DataSetAssert.appendTableName(Schema schema, Table table, StringBuilder result)
          Appends the schema and table name to the result
 



Copyright © 2011. All Rights Reserved.