db4o

Constraint Members

Constraint overview

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