public interface Condition<R,C> extends ParserLocator2
| Modifier and Type | Method and Description |
|---|---|
void |
associateCondition(SelectStatement<R,C> select,
boolean andPath) |
TruthValue |
matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
void |
walk(ConditionVisitor visitor,
boolean andPath) |
getEnd, getSource, getStart, throwExceptionvoid associateCondition(SelectStatement<R,C> select, boolean andPath)
TruthValue matches(SQLConverter<R,C> selector, ArrayMap<Table<R,C>,R> rowCandidate)
void walk(ConditionVisitor visitor, boolean andPath)
Copyright © 2014. All rights reserved.