|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.acmsl.queryj.Condition
|
+--org.acmsl.queryj.AtomicCondition
|
+--org.acmsl.queryj.VariableCondition
Represents conditions in SQL statements.
| Constructor Summary | |
VariableCondition(Field field,
ConditionOperator operator)
Creates a variable condition using given information. |
|
| Methods inherited from class org.acmsl.queryj.AtomicCondition |
getLeftSideField, getOperator, getRightSideField, getRightSideValue, setLeftSideField, setOperator, setRightSideField, setRightSideValue, toString |
| Methods inherited from class org.acmsl.queryj.Condition |
and, getInnerCondition, or, setInnerCondition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public VariableCondition(Field field,
ConditionOperator operator)
field - the left-side field.operator - the operator.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||