db4o

Constraint Methods

The methods of the Constraint interface are listed below. For a complete list of Constraint interface members, see the Constraint Members topic.

Public Instance Methods

andlinks two Constraints for AND evaluation.
containssets the evaluation mode to containment comparison.
equalsets the evaluation mode to
==
.
getObject returns the Object the query graph was constrained with to create this com.db4o.query.Constraint .
greatersets the evaluation mode to
>
.
identitysets the evaluation mode to identity comparison.
likesets the evaluation mode to "like" comparison.
notturns on not() comparison.
orlinks two Constraints for OR evaluation.
smallersets the evaluation mode to
<
.

See Also

Constraint Interface | com.db4o.query Namespace