db4o

Constraint.smaller Method 

sets the evaluation mode to

<
.

[Visual Basic]
Function smaller() As Constraint
[C#]
Constraint smaller();
[C++]
Constraint* smaller();
[JScript]
function smaller(): Constraint;

Return Value

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

Remarks

sets the evaluation mode to

<
.

See Also

Constraint Interface | com.db4o.query Namespace