vishnu.parser.expressions
Interface SQLBinaryOperator

All Superinterfaces:
SQLOperand
All Known Implementing Classes:
AbstractSQLBinaryOperator, SQLAndOperator, SQLEqualOperator, SQLGreaterOperator, SQLGreaterOrEqualOperator, SQLLessOperator, SQLLessOrEqualOperator, SQLNotEqualOperator, SQLOrOperator

public interface SQLBinaryOperator
extends SQLOperand

Author:
Hernan Rancati TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
 

Method Summary
 SQLOperand leftOperand()
           
 SQLOperand rightOperand()
           
 
Methods inherited from interface vishnu.parser.expressions.SQLOperand
equals, evaluate
 

Method Detail

leftOperand

SQLOperand leftOperand()

rightOperand

SQLOperand rightOperand()