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
 

Method Detail

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 merge
viewB - the second view to merge
mergeTable - the table in common between the two views that is used to merge them
viewRes - the result view
viewRowA -
lstViewRowBForMergeTableRowA - the