org.apache.ws.jaxme.sqls
public static interface CombinedConstraint.Type
| Field Summary | |
|---|---|
| static CombinedConstraint.Type | AND Specifies, that boolean constraints are combined with a
boolean AND. |
| static CombinedConstraint.Type | OR Specifies, that boolean constraints are combined with a
boolean OR. |
AND.OR.