db4o

Constraint.Like Method 

sets the evaluation mode to "like" comparison.

Constraint Like();

Return Value

this com.db4o.query.Constraint to allow the chaining of method calls.

Remarks

sets the evaluation mode to "like" comparison.

Constraints are compared to the first characters of a field.

See Also

Constraint Interface | com.db4o.query Namespace