And
|
links two Constraints for AND evaluation. |
Contains
|
sets the evaluation mode to containment comparison. |
EndsWith
|
sets the evaluation mode to string endsWith comparison. |
Equal
|
sets the evaluation mode to ==. |
GetObject
|
returns the Object the query graph was constrained with to create this com.db4o.query.Constraint . |
Greater
|
sets the evaluation mode to >. |
Identity
|
sets the evaluation mode to identity comparison. |
Like
|
sets the evaluation mode to "like" comparison. |
Not
|
turns on not() comparison. |
Or
|
links two Constraints for OR evaluation. |
Smaller
|
sets the evaluation mode to <. |
StartsWith
|
sets the evaluation mode to string startsWith comparison. |
Constraint Interface | com.db4o.query Namespace