Package com.db4o.query
Interface Constraints
-
- All Superinterfaces:
Constraint
- All Known Implementing Classes:
QConstraints
public interface Constraints extends Constraint
A set ofConstraintobjects.
This extension of theConstraintinterface allows setting the evaluation mode of all containedConstraintobjects with single calls.
See alsoQuery.constraints().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Constraint[]toArray()returns an array of the containedConstraintobjects.
-
-
-
Method Detail
-
toArray
Constraint[] toArray()
returns an array of the containedConstraintobjects.- Returns:
- an array of the contained
Constraintobjects.
-
-