vishnu.parser.expressions
Class SQLGreaterOperator
java.lang.Object
vishnu.parser.expressions.AbstractSQLBinaryOperator
vishnu.parser.expressions.SQLGreaterOperator
- All Implemented Interfaces:
- OrderOperator, SQLBinaryOperator, SQLOperand
public class SQLGreaterOperator
- extends AbstractSQLBinaryOperator
- implements OrderOperator
Este operador modela el mayor entre valores.
- Author:
- Hernan Rancati
-
Method Summary |
protected Value |
operateOn(Value leftValue,
Value rightValue)
este metodo debe ser implementado por las subclases, definiendo el
resultado a obtener en funcion de los operadores de la izquierda
y la derecha. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SQLGreaterOperator
public SQLGreaterOperator(SQLOperand leftOperand,
SQLOperand rightOperand)
- Parameters:
leftOperand
- rightOperand
-
operateOn
protected Value operateOn(Value leftValue,
Value rightValue)
- Description copied from class:
AbstractSQLBinaryOperator
- este metodo debe ser implementado por las subclases, definiendo el
resultado a obtener en funcion de los operadores de la izquierda
y la derecha.
- Specified by:
operateOn
in class AbstractSQLBinaryOperator
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object