public class LessThan extends LeafExpression
| Constructor and Description |
|---|
LessThan(ColumnReference columnReference,
TDDate comparedValue) |
LessThan(ColumnReference columnReference,
TDInteger comparedValue) |
LessThan(ColumnReference columnReference,
TDNumeric comparedValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ColumnReference |
getColumnReference() |
TDTypeValue |
getComparedValue() |
int |
hashCode() |
public LessThan(ColumnReference columnReference, TDInteger comparedValue)
public LessThan(ColumnReference columnReference, TDNumeric comparedValue)
public LessThan(ColumnReference columnReference, TDDate comparedValue)
public ColumnReference getColumnReference()
public TDTypeValue getComparedValue()
Copyright © 2014. All Rights Reserved.