Uses of Interface
org.dbunit.dataset.IRowValueProvider

Packages that use IRowValueProvider
org.dbunit.dataset   
org.dbunit.dataset.filter   
 

Uses of IRowValueProvider in org.dbunit.dataset
 

Classes in org.dbunit.dataset that implement IRowValueProvider
 class RowFilterTable
          Filters table rows by using arbitrary column values of the table to check if a row should be filtered or not.
 

Uses of IRowValueProvider in org.dbunit.dataset.filter
 

Methods in org.dbunit.dataset.filter with parameters of type IRowValueProvider
 boolean IRowFilter.accept(IRowValueProvider rowValueProvider)
          Checks if the current row should be accepted or not
 



Copyright © 2002-2012. All Rights Reserved.