isql
Class ISQLSelectParser.Comparison

java.lang.Object
  extended by isql.ISQLSelectParser.Comparison
All Implemented Interfaces:
ISQLSelectParser.IPredicate
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.Comparison
extends java.lang.Object
implements ISQLSelectParser.IPredicate


Constructor Summary
ISQLSelectParser.Comparison(ISQLSelectParser.IExpression test, ISQLSelectParser.IExpression compared, java.lang.String operator)
           
 
Method Summary
 ISQLSelectParser.IExpression getCompared()
           
 java.lang.String getOperator()
           
 ISQLSelectParser.IExpression getTest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.Comparison

public ISQLSelectParser.Comparison(ISQLSelectParser.IExpression test,
                                   ISQLSelectParser.IExpression compared,
                                   java.lang.String operator)
Method Detail

getTest

public ISQLSelectParser.IExpression getTest()

getCompared

public ISQLSelectParser.IExpression getCompared()

getOperator

public java.lang.String getOperator()