isql
Class ISQLSelectParser.When

java.lang.Object
  extended by isql.ISQLSelectParser.When
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.When
extends java.lang.Object


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

Constructor Detail

ISQLSelectParser.When

public ISQLSelectParser.When(ISQLSelectParser.TableColumn test,
                             ISQLSelectParser.IConstant compared,
                             java.lang.String operator)
Method Detail

getTest

public ISQLSelectParser.TableColumn getTest()

getCompared

public ISQLSelectParser.IConstant getCompared()

getOperator

public java.lang.String getOperator()