org.makumba.providers.query.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_DOTDOT
static final int TOK_DOTDOT
- 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_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_import
static final int LITERAL_import
- See Also:
- Constant Field Values
LITERAL_as
static final int LITERAL_as
- See Also:
- Constant Field Values
LITERAL_define
static final int LITERAL_define
- See Also:
- Constant Field Values
LITERAL_query
static final int LITERAL_query
- See Also:
- Constant Field Values
LITERAL_undefine
static final int LITERAL_undefine
- 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_left
static final int LITERAL_left
- See Also:
- Constant Field Values
LITERAL_join
static final int LITERAL_join
- See Also:
- Constant Field Values
LITERAL_in
static final int LITERAL_in
- See Also:
- Constant Field Values
LITERAL_where
static final int LITERAL_where
- See Also:
- Constant Field Values
TOK_LPAR
static final int TOK_LPAR
- See Also:
- Constant Field Values
TOK_LRAR
static final int TOK_LRAR
- See Also:
- Constant Field Values
LITERAL_group
static final int LITERAL_group
- See Also:
- Constant Field Values
LITERAL_by
static final int LITERAL_by
- See Also:
- Constant Field Values
LITERAL_having
static final int LITERAL_having
- See Also:
- Constant Field Values
LITERAL_order
static final int LITERAL_order
- 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_for
static final int LITERAL_for
- See Also:
- Constant Field Values
LITERAL_all
static final int LITERAL_all
- See Also:
- Constant Field Values
LITERAL_exists
static final int LITERAL_exists
- See Also:
- Constant Field Values
LITERAL_any
static final int LITERAL_any
- See Also:
- Constant Field Values
LITERAL_some
static final int LITERAL_some
- See Also:
- Constant Field Values
LITERAL_like
static final int LITERAL_like
- See Also:
- Constant Field Values
LITERAL_union
static final int LITERAL_union
- See Also:
- Constant Field Values
LITERAL_except
static final int LITERAL_except
- See Also:
- Constant Field Values
LITERAL_mod
static final int LITERAL_mod
- See Also:
- Constant Field Values
LITERAL_intersect
static final int LITERAL_intersect
- See Also:
- Constant Field Values
LITERAL_abs
static final int LITERAL_abs
- See Also:
- Constant Field Values
LITERAL_not
static final int LITERAL_not
- See Also:
- Constant Field Values
LITERAL_listtoset
static final int LITERAL_listtoset
- See Also:
- Constant Field Values
LITERAL_element
static final int LITERAL_element
- See Also:
- Constant Field Values
LITERAL_flatten
static final int LITERAL_flatten
- See Also:
- Constant Field Values
LITERAL_first
static final int LITERAL_first
- See Also:
- Constant Field Values
LITERAL_last
static final int LITERAL_last
- See Also:
- Constant Field Values
LITERAL_unique
static final int LITERAL_unique
- See Also:
- Constant Field Values
LITERAL_sum
static final int LITERAL_sum
- See Also:
- Constant Field Values
LITERAL_min
static final int LITERAL_min
- See Also:
- Constant Field Values
LITERAL_max
static final int LITERAL_max
- See Also:
- Constant Field Values
LITERAL_avg
static final int LITERAL_avg
- See Also:
- Constant Field Values
LITERAL_count
static final int LITERAL_count
- See Also:
- Constant Field Values
LITERAL_lower
static final int LITERAL_lower
- See Also:
- Constant Field Values
LITERAL_upper
static final int LITERAL_upper
- See Also:
- Constant Field Values
LITERAL_trim
static final int LITERAL_trim
- See Also:
- Constant Field Values
LITERAL_ltrim
static final int LITERAL_ltrim
- See Also:
- Constant Field Values
LITERAL_rtrim
static final int LITERAL_rtrim
- See Also:
- Constant Field Values
LITERAL_ascii
static final int LITERAL_ascii
- See Also:
- Constant Field Values
LITERAL_character_length
static final int LITERAL_character_length
- See Also:
- Constant Field Values
LITERAL_char
static final int LITERAL_char
- See Also:
- Constant Field Values
LITERAL_dayOfMonth
static final int LITERAL_dayOfMonth
- See Also:
- Constant Field Values
LITERAL_dayOfWeek
static final int LITERAL_dayOfWeek
- See Also:
- Constant Field Values
LITERAL_dayOfYear
static final int LITERAL_dayOfYear
- See Also:
- Constant Field Values
LITERAL_year
static final int LITERAL_year
- See Also:
- Constant Field Values
LITERAL_month
static final int LITERAL_month
- See Also:
- Constant Field Values
LITERAL_hour
static final int LITERAL_hour
- See Also:
- Constant Field Values
LITERAL_minute
static final int LITERAL_minute
- See Also:
- Constant Field Values
LITERAL_second
static final int LITERAL_second
- See Also:
- Constant Field Values
LITERAL_monthName
static final int LITERAL_monthName
- See Also:
- Constant Field Values
LITERAL_dayName
static final int LITERAL_dayName
- See Also:
- Constant Field Values
LITERAL_current_date
static final int LITERAL_current_date
- See Also:
- Constant Field Values
LITERAL_current_time
static final int LITERAL_current_time
- See Also:
- Constant Field Values
LITERAL_current_timestamp
static final int LITERAL_current_timestamp
- 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_struct
static final int LITERAL_struct
- See Also:
- Constant Field Values
LITERAL_array
static final int LITERAL_array
- See Also:
- Constant Field Values
LITERAL_set
static final int LITERAL_set
- See Also:
- Constant Field Values
LITERAL_bag
static final int LITERAL_bag
- See Also:
- Constant Field Values
LITERAL_list
static final int LITERAL_list
- See Also:
- Constant Field Values
LITERAL_unsigned
static final int LITERAL_unsigned
- See Also:
- Constant Field Values
LITERAL_short
static final int LITERAL_short
- See Also:
- Constant Field Values
LITERAL_long
static final int LITERAL_long
- See Also:
- Constant Field Values
LITERAL_float
static final int LITERAL_float
- See Also:
- Constant Field Values
LITERAL_double
static final int LITERAL_double
- See Also:
- Constant Field Values
LITERAL_string
static final int LITERAL_string
- See Also:
- Constant Field Values
LITERAL_boolean
static final int LITERAL_boolean
- See Also:
- Constant Field Values
LITERAL_octet
static final int LITERAL_octet
- 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_interval
static final int LITERAL_interval
- See Also:
- Constant Field Values
LITERAL_timestamp
static final int LITERAL_timestamp
- See Also:
- Constant Field Values
LITERAL_dictionary
static final int LITERAL_dictionary
- See Also:
- Constant Field Values
LITERAL_nil
static final int LITERAL_nil
- 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