org.axiondb.engine.rowiterators
public class NestedLoopJoinedRowIterator extends AbstractJoinedRowIterator
Version: $Revision: 1.7 $ $Date: 2005/04/02 18:23:30 $
Constructor Summary | |
---|---|
NestedLoopJoinedRowIterator(RowIterator left, RowIterator right, int rightColumnCount, boolean rightOuter, boolean swapLeftAndRight) | |
NestedLoopJoinedRowIterator(RowIterator left, RowIterator right, int rightColumnCount) |
Method Summary | |
---|---|
protected RowIterator | generateRightRowIterator() |
void | reset() |
String | toString() |