org.apache.ws.jaxme.sqls

Interface CombinedConstraint.Type

public static interface CombinedConstraint.Type

Specifies, how the various boolean constraints are combined.
Field Summary
static CombinedConstraint.TypeAND
Specifies, that boolean constraints are combined with a boolean AND.
static CombinedConstraint.TypeOR
Specifies, that boolean constraints are combined with a boolean OR.

Field Detail

AND

public static final CombinedConstraint.Type AND
Specifies, that boolean constraints are combined with a boolean AND.

OR

public static final CombinedConstraint.Type OR
Specifies, that boolean constraints are combined with a boolean OR.