|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
JDOAggregateIF | INTERNAL: Represents an aggregate function in a JDO query. |
JDOExpressionIF | INTERNAL: Represents an expression in a JDO query. |
JDOValueIF | INTERNAL: Represents a value in a JDO query. |
JDOVisitorIF | INTERNAL: Visitor interface |
Class Summary | |
---|---|
JDOAggregate | INTERNAL: JDOQL aggregate function. |
JDOAnd | INTERNAL: JDOQL logical expression: and (&&). |
JDOBoolean | INTERNAL: JDOQL boolean expression value: true or false. |
JDOCollection | INTERNAL: JDOQL value: collection. |
JDOContains | INTERNAL: JDOQL method: Collection.contains(Object). |
JDOEndsWith | INTERNAL: JDOQL method: String.endsWith(String). |
JDOEquals | INTERNAL: JDOQL method: Object.equals(Object) (==). |
JDOEvaluator | INTERNAL: Methods for reducing JDOExpressionIF, so that expressions that require no input data can be removed from the query. |
JDOField | INTERNAL: JDOQL value: instance field. |
JDOFunction | INTERNAL: JDOQL method: Object.<operator>(Object,...). |
JDOIsEmpty | INTERNAL: JDOQL method: Collection.isEmpty(). |
JDOLike | INTERNAL: JDOQL method: String.like(String). |
JDONativeValue | INTERNAL: JDOQL value: native value expression. |
JDONot | INTERNAL: JDOQL logical expression: not (!). |
JDONotEquals | INTERNAL: JDOQL method: !Object.equals(Object) (!=). |
JDONull | INTERNAL: JDOQL value: null. |
JDOObject | INTERNAL: JDOQL value: object. |
JDOOr | INTERNAL: JDOQL logical expression: or (||). |
JDOOrderBy | INTERNAL: JDOQL order by statement. |
JDOParameter | INTERNAL: JDOQL value: parameter. |
JDOPrimitive | INTERNAL: JDOQL value: primitive. |
JDOQuery | INTERNAL: JDOQL complete query. |
JDOSetOperation | INTERNAL: JDOQL set operation. |
JDOStartsWith | INTERNAL: JDOQL method: String.startsWith(String). |
JDOString | INTERNAL: JDOQL value: string. |
JDOValueExpression | INTERNAL: JDOQL boolean expression value: true or false. |
JDOVariable | INTERNAL: JDOQL value: variable. |
Object model for representing JDOQL queries
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |