Package | Description |
---|---|
org.dbunit.dataset |
Modifier and Type | Class and Description |
---|---|
protected static class |
SortedTable.RowComparator
Compares the rows with each other in order to sort them in the correct order using the
data type and the Comparable implementation the current column has.
|
protected static class |
SortedTable.RowComparatorByString
Compares the rows with each other in order to sort them in the correct order using
the string value of both values for the comparison.
|
Modifier and Type | Method and Description |
---|---|
void |
SortedTable.setRowComparator(SortedTable.AbstractRowComparator comparator)
Sets the comparator to be used for sorting the table rows.
|
Copyright © 2002-2012. All Rights Reserved.