org.apache.ojb.odmg.oql
Interface OQLLexerTokenTypes
- All Known Implementing Classes:
- OQLLexer, OQLParser
public interface OQLLexerTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
TOK_RPAREN
static final int TOK_RPAREN
- See Also:
- Constant Field Values
TOK_LPAREN
static final int TOK_LPAREN
- See Also:
- Constant Field Values
TOK_COMMA
static final int TOK_COMMA
- See Also:
- Constant Field Values
TOK_SEMIC
static final int TOK_SEMIC
- See Also:
- Constant Field Values
TOK_COLON
static final int TOK_COLON
- See Also:
- Constant Field Values
TOK_DOT
static final int TOK_DOT
- See Also:
- Constant Field Values
TOK_INDIRECT
static final int TOK_INDIRECT
- See Also:
- Constant Field Values
TOK_CONCAT
static final int TOK_CONCAT
- See Also:
- Constant Field Values
TOK_EQ
static final int TOK_EQ
- See Also:
- Constant Field Values
TOK_PLUS
static final int TOK_PLUS
- See Also:
- Constant Field Values
TOK_MINUS
static final int TOK_MINUS
- See Also:
- Constant Field Values
TOK_SLASH
static final int TOK_SLASH
- See Also:
- Constant Field Values
TOK_STAR
static final int TOK_STAR
- See Also:
- Constant Field Values
TOK_LE
static final int TOK_LE
- See Also:
- Constant Field Values
TOK_GE
static final int TOK_GE
- See Also:
- Constant Field Values
TOK_NE
static final int TOK_NE
- See Also:
- Constant Field Values
TOK_NE2
static final int TOK_NE2
- See Also:
- Constant Field Values
TOK_LT
static final int TOK_LT
- See Also:
- Constant Field Values
TOK_GT
static final int TOK_GT
- See Also:
- Constant Field Values
TOK_LBRACK
static final int TOK_LBRACK
- See Also:
- Constant Field Values
TOK_RBRACK
static final int TOK_RBRACK
- See Also:
- Constant Field Values
TOK_DOLLAR
static final int TOK_DOLLAR
- See Also:
- Constant Field Values
NameFirstCharacter
static final int NameFirstCharacter
- See Also:
- Constant Field Values
NameCharacter
static final int NameCharacter
- See Also:
- Constant Field Values
Identifier
static final int Identifier
- See Also:
- Constant Field Values
TOK_UNSIGNED_INTEGER
static final int TOK_UNSIGNED_INTEGER
- See Also:
- Constant Field Values
TOK_APPROXIMATE_NUMERIC_LITERAL
static final int TOK_APPROXIMATE_NUMERIC_LITERAL
- See Also:
- Constant Field Values
TOK_EXACT_NUMERIC_LITERAL
static final int TOK_EXACT_NUMERIC_LITERAL
- See Also:
- Constant Field Values
CharLiteral
static final int CharLiteral
- See Also:
- Constant Field Values
StringLiteral
static final int StringLiteral
- See Also:
- Constant Field Values
WhiteSpace
static final int WhiteSpace
- See Also:
- Constant Field Values
NewLine
static final int NewLine
- See Also:
- Constant Field Values
CommentLine
static final int CommentLine
- See Also:
- Constant Field Values
MultiLineComment
static final int MultiLineComment
- See Also:
- Constant Field Values
LITERAL_select
static final int LITERAL_select
- See Also:
- Constant Field Values
LITERAL_distinct
static final int LITERAL_distinct
- See Also:
- Constant Field Values
LITERAL_from
static final int LITERAL_from
- See Also:
- Constant Field Values
LITERAL_where
static final int LITERAL_where
- See Also:
- Constant Field Values
LITERAL_order
static final int LITERAL_order
- See Also:
- Constant Field Values
LITERAL_by
static final int LITERAL_by
- See Also:
- Constant Field Values
LITERAL_group
static final int LITERAL_group
- See Also:
- Constant Field Values
LITERAL_prefetch
static final int LITERAL_prefetch
- See Also:
- Constant Field Values
LITERAL_exists
static final int LITERAL_exists
- See Also:
- Constant Field Values
LITERAL_in
static final int LITERAL_in
- See Also:
- Constant Field Values
LITERAL_asc
static final int LITERAL_asc
- See Also:
- Constant Field Values
LITERAL_desc
static final int LITERAL_desc
- See Also:
- Constant Field Values
LITERAL_or
static final int LITERAL_or
- See Also:
- Constant Field Values
LITERAL_and
static final int LITERAL_and
- See Also:
- Constant Field Values
LITERAL_nil
static final int LITERAL_nil
- See Also:
- Constant Field Values
LITERAL_not
static final int LITERAL_not
- See Also:
- Constant Field Values
LITERAL_list
static final int LITERAL_list
- See Also:
- Constant Field Values
LITERAL_between
static final int LITERAL_between
- See Also:
- Constant Field Values
LITERAL_is_undefined
static final int LITERAL_is_undefined
- See Also:
- Constant Field Values
LITERAL_is_defined
static final int LITERAL_is_defined
- See Also:
- Constant Field Values
LITERAL_like
static final int LITERAL_like
- See Also:
- Constant Field Values
LITERAL_true
static final int LITERAL_true
- See Also:
- Constant Field Values
LITERAL_false
static final int LITERAL_false
- See Also:
- Constant Field Values
LITERAL_date
static final int LITERAL_date
- See Also:
- Constant Field Values
LITERAL_time
static final int LITERAL_time
- See Also:
- Constant Field Values
LITERAL_timestamp
static final int LITERAL_timestamp
- See Also:
- Constant Field Values
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30