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
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
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-2012. All Rights Reserved.