|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanExpression
Representation of a boolean expression.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.datanucleus.query.typesafe.ComparableExpression |
|---|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min |
| Methods inherited from interface org.datanucleus.query.typesafe.Expression |
|---|
cast, count, countDistinct, eq, eq, instanceOf, ne, ne |
| Method Detail |
|---|
BooleanExpression and(BooleanExpression expr)
expr - The other expression
BooleanExpression or(BooleanExpression expr)
expr - The other expression
BooleanExpression not()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||