org.sql.generation.api.grammar.booleans
Interface NotInPredicate

All Superinterfaces:
BooleanExpression, MultiPredicate, Predicate, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface NotInPredicate
extends MultiPredicate

The interface for syntax element representing the test of something not being one of the specified set of values (x NOT IN (y, z, ...)).

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.Predicate
Predicate.EmptyPredicate
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression
BooleanExpression.False, BooleanExpression.True
 
Method Summary
 
Methods inherited from interface org.sql.generation.api.grammar.booleans.MultiPredicate
getLeft, getRights
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010. All Rights Reserved.