| 
 | ||||||||||
| 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 | BETWEENA boolean constraint matching the "BETWEEN" condition. | 
| static BooleanConstraint.Type | EQA boolean constraint matching the "equal" condition. | 
| static BooleanConstraint.Type | EXISTSA boolean constraint matching the "EXISTS" condition. | 
| static BooleanConstraint.Type | GEA boolean constraint matching the "greater or equal" condition. | 
| static BooleanConstraint.Type | GTA boolean constraint matching the "greater than" condition. | 
| static BooleanConstraint.Type | INA boolean constraint matching the "IN" condition. | 
| static BooleanConstraint.Type | ISNULLA boolean constraint matching the "IS NULL" condition. | 
| static BooleanConstraint.Type | LEA boolean constraint matching the "lower or equal" condition. | 
| static BooleanConstraint.Type | LIKEA boolean constraint matching the "LIKE" condition. | 
| static BooleanConstraint.Type | LTA boolean constraint matching the "lower than" condition. | 
| static BooleanConstraint.Type | NEA 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 | |||||||||