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

All Superinterfaces:
BooleanExpression, org.atp.api.Typeable<ValueExpression>, ValueExpression
All Known Subinterfaces:
BetweenPredicate, BinaryPredicate, EqualsPredicate, ExistsPredicate, GreaterOrEqualPredicate, GreaterThanPredicate, InPredicate, IsNotNullPredicate, IsNullPredicate, LessOrEqualPredicate, LessThanPredicate, LikePredicate, MultiPredicate, NotBetweenPredicate, NotEqualsPredicate, NotInPredicate, NotLikePredicate, NotRegexpPredicate, RegexpPredicate, UnaryPredicate, UniquePredicate
All Known Implementing Classes:
Predicate.EmptyPredicate

public interface Predicate
extends BooleanExpression

A common interfaces for predicates (boolean expressions not containing other boolean expressions).

Author:
Stanislav Muhametsin

Nested Class Summary
static class Predicate.EmptyPredicate
          A class representing empty predicate.
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression
BooleanExpression.False, BooleanExpression.True
 
Method Summary
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010-2012. All Rights Reserved.