org.apache.ws.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
static final BooleanConstraint.Type EQ
NE
static final BooleanConstraint.Type NE
LT
static final BooleanConstraint.Type LT
GT
static final BooleanConstraint.Type GT
LE
static final BooleanConstraint.Type LE
GE
static final BooleanConstraint.Type GE
LIKE
static final BooleanConstraint.Type LIKE
ISNULL
static final BooleanConstraint.Type ISNULL
IN
static final BooleanConstraint.Type IN
EXISTS
static final BooleanConstraint.Type EXISTS