Interface JDOExpressionIF

All Known Implementing Classes:
JDOAnd, JDOBoolean, JDOContains, JDOEndsWith, JDOEquals, JDOIsEmpty, JDOLike, JDONot, JDONotEquals, JDOOr, JDOSetOperation, JDOStartsWith, JDOValueExpression

public interface JDOExpressionIF
INTERNAL: Represents an expression in a JDO query. An expression will return a boolean value when evaluated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    INTERNAL: Constant referring to the JDOAnd class.
    static final int
    INTERNAL: Constant referring to the JDOBoolean class.
    static final int
    INTERNAL: Constant referring to the JDOContains class.
    static final int
    INTERNAL: Constant referring to the JDOEndsWith class.
    static final int
    INTERNAL: Constant referring to the JDOEquals class.
    static final int
    INTERNAL: Constant referring to the JDOIsEmpty class.
    static final int
    INTERNAL: Constant referring to the JDOLike class.
    static final int
    INTERNAL: Constant referring to the JDONot class.
    static final int
    INTERNAL: Constant referring to the JDONotEquals class.
    static final int
    INTERNAL: Constant referring to the JDOOr class.
    static final int
    INTERNAL: Constant referring to the JDOSetOperation class.
    static final int
    INTERNAL: Constant referring to the JDOStartsWith class.
    static final int
    INTERNAL: Constant referring to the JDOValueExpression class.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    INTERNAL: Returns the type of JDO expression indicated by one of the constants in the JDOExpressionIF interface.
    void
    INTERNAL: Allows the value to be visited.