public class BooleanTestCondition extends ParserLocator2Impl implements Condition
| Constructor and Description |
|---|
BooleanTestCondition(Condition booleanPrimary,
boolean is,
TruthValue truthValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
associateCondition(SelectStatement select,
boolean andPath) |
TruthValue |
matches(SQLConverter selector,
ArrayMap rowCandidate) |
void |
walk(ConditionVisitor visitor,
boolean andPath) |
getEnd, getSource, getStart, setLocation, throwExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnd, getSource, getStart, throwExceptionpublic BooleanTestCondition(Condition booleanPrimary, boolean is, TruthValue truthValue)
public void associateCondition(SelectStatement select, boolean andPath)
associateCondition in interface Conditionpublic TruthValue matches(SQLConverter selector, ArrayMap rowCandidate)
public void walk(ConditionVisitor visitor, boolean andPath)
Copyright © 2014. All rights reserved.