Package com.db4o.query
Interface Constraints
-
- All Superinterfaces:
Constraint
- All Known Implementing Classes:
QConstraints
public interface Constraints extends Constraint
A set ofConstraint
objects.
This extension of theConstraint
interface allows setting the evaluation mode of all containedConstraint
objects 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 containedConstraint
objects.
-
-
-
Method Detail
-
toArray
Constraint[] toArray()
returns an array of the containedConstraint
objects.- Returns:
- an array of the contained
Constraint
objects.
-
-