isql
Class ISQLSelectParser.NegatePredicate

java.lang.Object
  extended by isql.ISQLSelectParser.NegatePredicate
All Implemented Interfaces:
ISQLSelectParser.IPredicate
Direct Known Subclasses:
ISQLSelectParser.In, ISQLSelectParser.Like
Enclosing class:
ISQLSelectParser

public abstract static class ISQLSelectParser.NegatePredicate
extends java.lang.Object
implements ISQLSelectParser.IPredicate


Constructor Summary
ISQLSelectParser.NegatePredicate()
           
 
Method Summary
 boolean isNegated()
           
 void setNegated(boolean negated)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.NegatePredicate

public ISQLSelectParser.NegatePredicate()
Method Detail

setNegated

public void setNegated(boolean negated)

isNegated

public boolean isNegated()