public class BooleanExpressionImpl<T> extends ComparableExpressionImpl<Boolean> implements BooleanExpression
| Constructor and Description |
|---|
BooleanExpressionImpl(Class<Boolean> cls,
String name,
ExpressionType type) |
BooleanExpressionImpl(org.datanucleus.query.expression.Expression queryExpr) |
BooleanExpressionImpl(PersistableExpression parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
and(BooleanExpression expr)
Method to return the AND of this expression and the other expression.
|
BooleanExpression |
not()
Method to negate this expression.
|
BooleanExpression |
or(BooleanExpression expr)
Method to return the OR of this expression and the other expression.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, instanceOf, ne, nepublic BooleanExpressionImpl(PersistableExpression parent, String name)
public BooleanExpressionImpl(org.datanucleus.query.expression.Expression queryExpr)
public BooleanExpressionImpl(Class<Boolean> cls, String name, ExpressionType type)
public BooleanExpression and(BooleanExpression expr)
BooleanExpressionand in interface BooleanExpressionexpr - The other expressionpublic BooleanExpression not()
BooleanExpressionnot in interface BooleanExpressionpublic BooleanExpression or(BooleanExpression expr)
BooleanExpressionor in interface BooleanExpressionexpr - The other expressionCopyright © 2015. All rights reserved.