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

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

public interface NotBetweenPredicate
extends MultiPredicate

The interface for syntax element representing SQL expression NOT BETWEEN x AND y.

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
 NonBooleanExpression getMaximum()
          Returns the maxmimum value (the expression on the right side of AND).
 NonBooleanExpression getMinimum()
          Returns the minimum value (the expression on the left side of AND).
 
Methods inherited from interface org.sql.generation.api.grammar.booleans.MultiPredicate
getLeft, getRights
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getMinimum

NonBooleanExpression getMinimum()
Returns the minimum value (the expression on the left side of AND).

Returns:
The minimum value.

getMaximum

NonBooleanExpression getMaximum()
Returns the maxmimum value (the expression on the right side of AND).

Returns:
The maximum value.


Copyright © 2010. All Rights Reserved.