net.sf.jaxme.sqls
Interface BooleanConstraint.Type
- All Known Implementing Classes:
- BooleanConstraintImpl.TypeImpl
- Enclosing interface:
- BooleanConstraint
- public static interface BooleanConstraint.Type
The type of a boolean constraint.
EQ
public static final BooleanConstraint.Type EQ
NE
public static final BooleanConstraint.Type NE
LT
public static final BooleanConstraint.Type LT
GT
public static final BooleanConstraint.Type GT
LE
public static final BooleanConstraint.Type LE
GE
public static final BooleanConstraint.Type GE
LIKE
public static final BooleanConstraint.Type LIKE
ISNULL
public static final BooleanConstraint.Type ISNULL
IN
public static final BooleanConstraint.Type IN