The methods of the Constraint interface are listed below. For a complete list of Constraint interface members, see the Constraint Members topic.
![]() |
links two Constraints for AND evaluation. |
![]() |
sets the evaluation mode to containment comparison. |
![]() |
sets the evaluation mode to ==. |
![]() |
returns the Object the query graph was constrained with to create this com.db4o.query.Constraint . |
![]() |
sets the evaluation mode to >. |
![]() |
sets the evaluation mode to identity comparison. |
![]() |
sets the evaluation mode to "like" comparison. |
![]() |
turns on not() comparison. |
![]() |
links two Constraints for OR evaluation. |
![]() |
sets the evaluation mode to <. |
Constraint Interface | com.db4o.query Namespace