isql.predicate
Interface DoublePredicate.IAddRow
- All Known Implementing Classes:
- DoublePredicate.AddRowAnyway, DoublePredicate.AddRowOnlyIfInBoth, DoublePredicate.AddRowOnlyIfInJustInOne
- Enclosing class:
- DoublePredicate
public static interface DoublePredicate.IAddRow
Add row to the result view only at a certain condition
- Author:
- SHZ Oct 18, 2007
Method Summary |
void |
addRow(WhereView viewA,
WhereView viewB,
java.lang.String mergeTable,
WhereView viewRes,
int viewRowA,
java.util.List<java.lang.Integer> lstViewRowBForMergeTableRowA)
Adds the row index to the result view |
addRow
void addRow(WhereView viewA,
WhereView viewB,
java.lang.String mergeTable,
WhereView viewRes,
int viewRowA,
java.util.List<java.lang.Integer> lstViewRowBForMergeTableRowA)
- Adds the row index to the result view
- Parameters:
viewA
- the first view to mergeviewB
- the second view to mergemergeTable
- the table in common between the two views that is used to merge themviewRes
- the result viewviewRowA
- lstViewRowBForMergeTableRowA
- the