db4o

Constraint.or Method 

links two Constraints for OR evaluation.

Constraint or(
   Constraint with
);

Parameters

with
the other com.db4o.query.Constraint

Return Value

a new com.db4o.query.Constraint , that can be used for further calls to and and or

Remarks

links two Constraints for OR evaluation.

See Also

Constraint Interface | com.db4o.query Namespace