public abstract class BaseComparison<R,C> extends ParserLocator2Impl implements Condition<R,C>
| Modifier and Type | Field and Description |
|---|---|
protected ColumnReference<R,C> |
columnReference |
protected Relation |
relation |
| Constructor and Description |
|---|
BaseComparison(ColumnReference<R,C> columnReference,
Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
ColumnReference<R,C> |
getColumnReference() |
Relation |
getRelation() |
static boolean |
matches(int cmp,
Relation relation) |
boolean |
matches(SQLConverter<R,C> selector,
C col1,
C col2) |
getEnd, getSource, getStart, setLocation, throwExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateCondition, matches, walkgetEnd, getSource, getStart, throwExceptionprotected ColumnReference<R,C> columnReference
protected Relation relation
public BaseComparison(ColumnReference<R,C> columnReference, Relation relation)
public Relation getRelation()
public boolean matches(SQLConverter<R,C> selector, C col1, C col2)
public static boolean matches(int cmp,
Relation relation)
public String getColumn()
public ColumnReference<R,C> getColumnReference()
Copyright © 2014. All rights reserved.