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

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

public interface IsNotNullPredicate
extends UnaryPredicate

The interface for syntax element representing test for something being not NULL (x IS NOT NULL).

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.UnaryPredicate
getValueExpression
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010-2012. All Rights Reserved.