isql
Class ISQLSelectParser.ComplexSearchCondition

java.lang.Object
  extended by isql.ISQLSelectParser.ComplexSearchCondition
All Implemented Interfaces:
ISQLSelectParser.ISearchCondition
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.ComplexSearchCondition
extends java.lang.Object
implements ISQLSelectParser.ISearchCondition


Constructor Summary
ISQLSelectParser.ComplexSearchCondition(ISQLSelectParser.ISearchCondition a, ISQLSelectParser.ISearchCondition b, java.lang.String operator)
           
 
Method Summary
 ISQLSelectParser.ISearchCondition getA()
           
 ISQLSelectParser.ISearchCondition getB()
           
 java.lang.String getOperator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.ComplexSearchCondition

public ISQLSelectParser.ComplexSearchCondition(ISQLSelectParser.ISearchCondition a,
                                               ISQLSelectParser.ISearchCondition b,
                                               java.lang.String operator)
Method Detail

getA

public ISQLSelectParser.ISearchCondition getA()

getB

public ISQLSelectParser.ISearchCondition getB()

getOperator

public java.lang.String getOperator()