|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The type of a boolean constraint.
Field Summary | |
static BooleanConstraint.Type |
BETWEEN
A boolean constraint matching the "BETWEEN" condition. |
static BooleanConstraint.Type |
EQ
A boolean constraint matching the "equal" condition. |
static BooleanConstraint.Type |
EXISTS
A boolean constraint matching the "EXISTS" condition. |
static BooleanConstraint.Type |
GE
A boolean constraint matching the "greater or equal" condition. |
static BooleanConstraint.Type |
GT
A boolean constraint matching the "greater than" condition. |
static BooleanConstraint.Type |
IN
A boolean constraint matching the "IN" condition. |
static BooleanConstraint.Type |
ISNULL
A boolean constraint matching the "IS NULL" condition. |
static BooleanConstraint.Type |
LE
A boolean constraint matching the "lower or equal" condition. |
static BooleanConstraint.Type |
LIKE
A boolean constraint matching the "LIKE" condition. |
static BooleanConstraint.Type |
LT
A boolean constraint matching the "lower than" condition. |
static BooleanConstraint.Type |
NE
A boolean constraint matching the "not equal" condition. |
Field Detail |
public static final BooleanConstraint.Type EQ
public static final BooleanConstraint.Type NE
public static final BooleanConstraint.Type LT
public static final BooleanConstraint.Type GT
public static final BooleanConstraint.Type LE
public static final BooleanConstraint.Type GE
public static final BooleanConstraint.Type LIKE
public static final BooleanConstraint.Type ISNULL
public static final BooleanConstraint.Type IN
public static final BooleanConstraint.Type EXISTS
public static final BooleanConstraint.Type BETWEEN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |