|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| Uses of Column in org.unitils.dbunit.dataset |
|---|
| Methods in org.unitils.dbunit.dataset that return Column | |
|---|---|
Column |
Row.getColumn(String columnName)
Gets the column for the given name. |
| Methods in org.unitils.dbunit.dataset that return types with arguments of type Column | |
|---|---|
List<Column> |
Row.getColumns()
|
List<Column> |
Row.getPrimaryKeyColumns()
|
| Methods in org.unitils.dbunit.dataset with parameters of type Column | |
|---|---|
void |
Row.addColumn(Column column)
Adds a column to the row. |
void |
Row.addPrimaryKeyColumn(Column primaryKeyColumn)
Adds a column to the row. |
ColumnDifference |
Column.compare(Column actualColumn)
Compares the column with the given actual column. |
| Method parameters in org.unitils.dbunit.dataset with type arguments of type Column | |
|---|---|
protected void |
Row.compareColumns(List<Column> columns,
Row actualRow,
RowDifference result)
Compares the given columns with the columns of the actual row. |
| Uses of Column in org.unitils.dbunit.dataset.comparison |
|---|
| Methods in org.unitils.dbunit.dataset.comparison that return Column | |
|---|---|
Column |
ColumnDifference.getActualColumn()
|
Column |
ColumnDifference.getColumn()
|
| Methods in org.unitils.dbunit.dataset.comparison that return types with arguments of type Column | |
|---|---|
List<Column> |
RowDifference.getMissingColumns()
|
| Methods in org.unitils.dbunit.dataset.comparison with parameters of type Column | |
|---|---|
void |
RowDifference.addMissingColumn(Column column)
Adds a column that was not found in the actual row |
| Constructors in org.unitils.dbunit.dataset.comparison with parameters of type Column | |
|---|---|
ColumnDifference(Column column,
Column actualColumn)
Creates a column difference. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||