org.sql.generation.api.grammar.booleans
Interface Conjunction
- All Superinterfaces:
- BooleanExpression, ComposedBooleanExpression, Iterable<BooleanExpression>, org.atp.api.Typeable<ValueExpression>, ValueExpression
public interface Conjunction
- extends ComposedBooleanExpression
A conjunction (AND) of two boolean expressions.
- Author:
- Stanislav Muhametsin
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getLeft
BooleanExpression getLeft()
- Returns the boolean expression on the left side of
AND.
- Returns:
- The boolean expression on the left side of
AND.
getRight
BooleanExpression getRight()
- Returns the boolean expression on the right side of
AND.
- Returns:
- The boolean expression on the right side of
AND.
Copyright © 2010-2012. All Rights Reserved.