org.sql.generation.api.grammar.booleans
Interface MultiPredicate
- All Superinterfaces:
- BooleanExpression, Predicate, org.atp.api.Typeable<ValueExpression>, ValueExpression
- All Known Subinterfaces:
- BetweenPredicate, InPredicate, NotBetweenPredicate, NotInPredicate
public interface MultiPredicate
- extends Predicate
A common interface for all predicates accepting more than two expressions.
- Author:
- Stanislav Muhametsin
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getLeft
NonBooleanExpression getLeft()
- Returns the expression on the left side (the first expression).
- Returns:
- The first expression.
getRights
List<NonBooleanExpression> getRights()
- Returns the remaining expressions after the first one.
- Returns:
- The remaining expressions after the first one.
Copyright © 2010-2012. All Rights Reserved.