|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.sql.expr.op.Operator com.triactive.jdo.store.sql.expr.op.DyadicOperator com.triactive.jdo.store.sql.expr.op.BooleanOperator com.triactive.jdo.store.sql.expr.op.CompareOperator
Field Summary |
Fields inherited from class com.triactive.jdo.store.sql.expr.op.Operator |
precedence, sql |
Constructor Summary | |
CompareOperator(java.lang.String sql,
CompareOperator inverse)
|
|
CompareOperator(java.lang.String sql,
int precedence)
|
Method Summary | |
CompareOperator |
negate()
|
Methods inherited from class com.triactive.jdo.store.sql.expr.op.BooleanOperator |
resultType |
Methods inherited from class com.triactive.jdo.store.sql.expr.op.DyadicOperator |
isHigherThanLeftSide, isHigherThanRightSide |
Methods inherited from class com.triactive.jdo.store.sql.expr.op.Operator |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CompareOperator(java.lang.String sql, int precedence)
public CompareOperator(java.lang.String sql, CompareOperator inverse)
Method Detail |
public CompareOperator negate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |