Package org.exolab.castor.jdo.oql
Class TokenType
- java.lang.Object
-
- org.exolab.castor.jdo.oql.TokenType
-
public final class TokenType extends java.lang.Object
Used to store Token Type Constants.- Version:
- $Revision: 5951 $ $Date: 2006-01-03 17:47:48 -0700 (Tue, 03 Jan 2006) $
- Author:
- Nissim Karpenstein
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARROW
static int
BOOLEAN_LITERAL
static int
CHAR_LITERAL
static int
COLON
static int
COMMA
static int
CONCAT
static int
DATE_LITERAL
static int
DIVIDE
static int
DOLLAR
static int
DOT
static int
DOUBLE_LITERAL
static int
END_OF_QUERY
static int
EQUAL
static int
GT
static int
GTE
static int
IDENTIFIER
static int
KEYWORD_ABS
static int
KEYWORD_AND
static int
KEYWORD_AS
static int
KEYWORD_ASC
static int
KEYWORD_AVG
static int
KEYWORD_BETWEEN
static int
KEYWORD_BY
static int
KEYWORD_COUNT
static int
KEYWORD_DESC
static int
KEYWORD_DISTINCT
static int
KEYWORD_FROM
static int
KEYWORD_IN
static int
KEYWORD_IS_DEFINED
static int
KEYWORD_IS_UNDEFINED
static int
KEYWORD_LIKE
static int
KEYWORD_LIMIT
static int
KEYWORD_LIST
static int
KEYWORD_MAX
static int
KEYWORD_MIN
static int
KEYWORD_MOD
static int
KEYWORD_NIL
static int
KEYWORD_NOT
static int
KEYWORD_OFFSET
static int
KEYWORD_OR
static int
KEYWORD_ORDER
static int
KEYWORD_SELECT
static int
KEYWORD_SUM
static int
KEYWORD_UNDEFINED
static int
KEYWORD_WHERE
static int
LONG_LITERAL
static int
LPAREN
static int
LT
static int
LTE
static int
MINUS
static int
NOT_EQUAL
static int
PLUS
static int
RPAREN
static int
STRING_LITERAL
static int
TIME_LITERAL
static int
TIMES
static int
TIMESTAMP_LITERAL
-
-
-
Field Detail
-
END_OF_QUERY
public static final int END_OF_QUERY
- See Also:
- Constant Field Values
-
KEYWORD_SELECT
public static final int KEYWORD_SELECT
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
KEYWORD_AS
public static final int KEYWORD_AS
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
KEYWORD_FROM
public static final int KEYWORD_FROM
- See Also:
- Constant Field Values
-
KEYWORD_IN
public static final int KEYWORD_IN
- See Also:
- Constant Field Values
-
KEYWORD_WHERE
public static final int KEYWORD_WHERE
- See Also:
- Constant Field Values
-
KEYWORD_OR
public static final int KEYWORD_OR
- See Also:
- Constant Field Values
-
KEYWORD_AND
public static final int KEYWORD_AND
- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
-
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
-
KEYWORD_LIKE
public static final int KEYWORD_LIKE
- See Also:
- Constant Field Values
-
LT
public static final int LT
- See Also:
- Constant Field Values
-
LTE
public static final int LTE
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
GTE
public static final int GTE
- See Also:
- Constant Field Values
-
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
CONCAT
public static final int CONCAT
- 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
-
KEYWORD_MOD
public static final int KEYWORD_MOD
- See Also:
- Constant Field Values
-
KEYWORD_ABS
public static final int KEYWORD_ABS
- See Also:
- Constant Field Values
-
KEYWORD_NOT
public static final int KEYWORD_NOT
- 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
-
DOLLAR
public static final int DOLLAR
- See Also:
- Constant Field Values
-
KEYWORD_NIL
public static final int KEYWORD_NIL
- See Also:
- Constant Field Values
-
KEYWORD_UNDEFINED
public static final int KEYWORD_UNDEFINED
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
ARROW
public static final int ARROW
- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL
public static final int BOOLEAN_LITERAL
- See Also:
- Constant Field Values
-
LONG_LITERAL
public static final int LONG_LITERAL
- See Also:
- Constant Field Values
-
DOUBLE_LITERAL
public static final int DOUBLE_LITERAL
- See Also:
- Constant Field Values
-
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
-
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
DATE_LITERAL
public static final int DATE_LITERAL
- See Also:
- Constant Field Values
-
TIME_LITERAL
public static final int TIME_LITERAL
- See Also:
- Constant Field Values
-
TIMESTAMP_LITERAL
public static final int TIMESTAMP_LITERAL
- See Also:
- Constant Field Values
-
KEYWORD_BETWEEN
public static final int KEYWORD_BETWEEN
- See Also:
- Constant Field Values
-
KEYWORD_DISTINCT
public static final int KEYWORD_DISTINCT
- See Also:
- Constant Field Values
-
KEYWORD_IS_DEFINED
public static final int KEYWORD_IS_DEFINED
- See Also:
- Constant Field Values
-
KEYWORD_IS_UNDEFINED
public static final int KEYWORD_IS_UNDEFINED
- See Also:
- Constant Field Values
-
KEYWORD_LIST
public static final int KEYWORD_LIST
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
KEYWORD_ORDER
public static final int KEYWORD_ORDER
- See Also:
- Constant Field Values
-
KEYWORD_BY
public static final int KEYWORD_BY
- See Also:
- Constant Field Values
-
KEYWORD_ASC
public static final int KEYWORD_ASC
- See Also:
- Constant Field Values
-
KEYWORD_DESC
public static final int KEYWORD_DESC
- See Also:
- Constant Field Values
-
KEYWORD_COUNT
public static final int KEYWORD_COUNT
- See Also:
- Constant Field Values
-
KEYWORD_SUM
public static final int KEYWORD_SUM
- See Also:
- Constant Field Values
-
KEYWORD_MIN
public static final int KEYWORD_MIN
- See Also:
- Constant Field Values
-
KEYWORD_MAX
public static final int KEYWORD_MAX
- See Also:
- Constant Field Values
-
KEYWORD_AVG
public static final int KEYWORD_AVG
- See Also:
- Constant Field Values
-
KEYWORD_LIMIT
public static final int KEYWORD_LIMIT
- See Also:
- Constant Field Values
-
KEYWORD_OFFSET
public static final int KEYWORD_OFFSET
- See Also:
- Constant Field Values
-
-