org.xorm.query.jdoql
Interface JDOQLConstants
- All Known Implementing Classes:
- JDOQL, JDOQLTokenManager
- public interface JDOQLConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
NE
public static final int NE
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
GTE
public static final int GTE
- See Also:
- Constant Field Values
LTE
public static final int LTE
- See Also:
- Constant Field Values
ANDC
public static final int ANDC
- See Also:
- Constant Field Values
ANDL
public static final int ANDL
- See Also:
- Constant Field Values
ORC
public static final int ORC
- See Also:
- Constant Field Values
ORL
public static final int ORL
- See Also:
- Constant Field Values
XOR
public static final int XOR
- See Also:
- Constant Field Values
COMP
public static final int COMP
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
UNDERSCORE
public static final int UNDERSCORE
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
TIMES
public static final int TIMES
- See Also:
- Constant Field Values
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
LONGSUFFIX
public static final int LONGSUFFIX
- See Also:
- Constant Field Values
FLOATSUFFIX
public static final int FLOATSUFFIX
- See Also:
- Constant Field Values
DOUBLESUFFIX
public static final int DOUBLESUFFIX
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/jdoql/JDOQLConstants.html,v 1.9 2004/05/30 08:55:09 wbiggs Exp $