isql
Class ISQLSelectParser.In

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

public static class ISQLSelectParser.In
extends ISQLSelectParser.NegatePredicate


Constructor Summary
ISQLSelectParser.In(ISQLSelectParser.IExpression test, java.util.List<ISQLSelectParser.IConstant> lstConstants)
           
 
Method Summary
 java.util.List<ISQLSelectParser.IConstant> getConstants()
           
 ISQLSelectParser.IExpression getTest()
           
 
Methods inherited from class isql.ISQLSelectParser.NegatePredicate
isNegated, setNegated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.In

public ISQLSelectParser.In(ISQLSelectParser.IExpression test,
                           java.util.List<ISQLSelectParser.IConstant> lstConstants)
Method Detail

getTest

public ISQLSelectParser.IExpression getTest()

getConstants

public java.util.List<ISQLSelectParser.IConstant> getConstants()