for implementation of callback evaluations.
For a list of all members of this type, see Evaluation Members.
[Visual Basic] Public Interface Evaluation Implements Serializable [C#] public interface Evaluation : Serializable [C++] public __gc __interface Evaluation : public Serializable [JScript] public interface Evaluation extends Serializable
for implementation of callback evaluations.
To constrain a com.db4o.query.Query node with your own callback
Evaluation, construct an object that implements the
Evaluationinterface and register it by passing it to com.db4o.query.Query.constrain .
Namespace: com.db4o.query
Assembly: db4o (in db4o.dll)
Evaluation Members | com.db4o.query Namespace