isql
Class ISQLSelectParser.PredicateCondition

java.lang.Object
  extended by isql.ISQLSelectParser.SubSearchCondition
      extended by isql.ISQLSelectParser.PredicateCondition
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.PredicateCondition
extends ISQLSelectParser.SubSearchCondition


Constructor Summary
ISQLSelectParser.PredicateCondition(ISQLSelectParser.IPredicate predicate)
           
 
Method Summary
 ISQLSelectParser.IPredicate getPredicate()
           
 
Methods inherited from class isql.ISQLSelectParser.SubSearchCondition
getNegated, setNegated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.PredicateCondition

public ISQLSelectParser.PredicateCondition(ISQLSelectParser.IPredicate predicate)
Method Detail

getPredicate

public ISQLSelectParser.IPredicate getPredicate()