com.nhncorp.neptune.client.shell.select
Class CompareExpression
java.lang.Object
com.nhncorp.neptune.client.shell.select.Expression
com.nhncorp.neptune.client.shell.select.BinaryExpression
com.nhncorp.neptune.client.shell.select.CompareExpression
- All Implemented Interfaces:
- WhereComponent
public class CompareExpression
- extends BinaryExpression
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COMPARE_TYPE_EQ
public static final int COMPARE_TYPE_EQ
- See Also:
- Constant Field Values
COMPARE_TYPE_GT
public static final int COMPARE_TYPE_GT
- See Also:
- Constant Field Values
COMPARE_TYPE_LT
public static final int COMPARE_TYPE_LT
- See Also:
- Constant Field Values
COMPARE_TYPE_GT_EQ
public static final int COMPARE_TYPE_GT_EQ
- See Also:
- Constant Field Values
COMPARE_TYPE_LT_EQ
public static final int COMPARE_TYPE_LT_EQ
- See Also:
- Constant Field Values
CompareExpression
public CompareExpression()
getType
public int getType()
setType
public void setType(int type)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isTrue
public boolean isTrue()
- Specified by:
isTrue in class Expression
setParamValue
public void setParamValue(java.lang.String[][] paramValue)
- Description copied from class:
Expression
- fieldName, value
- Specified by:
setParamValue in class Expression