Uses of Class
org.unitils.dbunit.datasetfactory.impl.DbUnitTable

Packages that use DbUnitTable
org.unitils.dbunit.datasetfactory.impl   
org.unitils.dbunit.util   
 

Uses of DbUnitTable in org.unitils.dbunit.datasetfactory.impl
 

Fields in org.unitils.dbunit.datasetfactory.impl with type parameters of type DbUnitTable
protected  java.util.Map<java.lang.String,DbUnitTable> DbUnitDataSet.tablesPerName
           
 

Methods in org.unitils.dbunit.datasetfactory.impl that return DbUnitTable
 DbUnitTable DbUnitDataSet.getDbUnitTable(java.lang.String tableName)
           
 

Methods in org.unitils.dbunit.datasetfactory.impl with parameters of type DbUnitTable
 void DbUnitDataSet.addTable(DbUnitTable table)
           
 

Uses of DbUnitTable in org.unitils.dbunit.util
 

Methods in org.unitils.dbunit.util with parameters of type DbUnitTable
protected  void MultiSchemaXmlDataSetReader.DataSetContentHandler.addRow(org.xml.sax.Attributes attributes, DbUnitTable table)
          Gets column names and row values from the given attribute and adds a new row to the given table.
 



Copyright © 2014. All Rights Reserved.