Interface ExpressionParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ABS
      RegularExpression Id.
      static int AND
      RegularExpression Id.
      static int AS
      RegularExpression Id.
      static int ASC
      RegularExpression Id.
      static int ASTERISK
      RegularExpression Id.
      static int AVG
      RegularExpression Id.
      static int BETWEEN
      RegularExpression Id.
      static int BY
      RegularExpression Id.
      static int CASE
      RegularExpression Id.
      static int CLOSEPARENTHESIS
      RegularExpression Id.
      static int COALESCE
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONCAT
      RegularExpression Id.
      static int COUNT
      RegularExpression Id.
      static int CROSS
      RegularExpression Id.
      static int CURRENT_DATE
      RegularExpression Id.
      static int CURRENT_TIME
      RegularExpression Id.
      static int DAYOFMONTH
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DERIVEDTABLEOPENPARENTHESIS
      RegularExpression Id.
      static int DESC
      RegularExpression Id.
      static int DIGITS
      RegularExpression Id.
      static int DISTINCT
      RegularExpression Id.
      static int DIVIDE
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int END
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int ESCAPE
      RegularExpression Id.
      static int EXISTS
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FROM
      RegularExpression Id.
      static int FULL
      RegularExpression Id.
      static int GREATERTHAN
      RegularExpression Id.
      static int GREATERTHANEQUALS
      RegularExpression Id.
      static int GROUP
      RegularExpression Id.
      static int HAVING
      RegularExpression Id.
      static int HOUROFDAY
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int IN_C_COMMENT
      Lexical state.
      static int IN_TABLE
      Lexical state.
      static int INNER
      RegularExpression Id.
      static int IS
      RegularExpression Id.
      static int JOIN
      RegularExpression Id.
      static int LEFT
      RegularExpression Id.
      static int LENGTH
      RegularExpression Id.
      static int LESSTHAN
      RegularExpression Id.
      static int LESSTHANEQUALS
      RegularExpression Id.
      static int LIKE
      RegularExpression Id.
      static int LIMIT
      RegularExpression Id.
      static int LOWER
      RegularExpression Id.
      static int LTRIM
      RegularExpression Id.
      static int MAX
      RegularExpression Id.
      static int MIN
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MINUTE
      RegularExpression Id.
      static int MODULO
      RegularExpression Id.
      static int MONTH
      RegularExpression Id.
      static int NAME
      RegularExpression Id.
      static int NAMEASTERISK
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NOTEQUALS
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int NULLIF
      RegularExpression Id.
      static int OFFSET
      RegularExpression Id.
      static int ON
      RegularExpression Id.
      static int OPENPARENTHESIS
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int ORDER
      RegularExpression Id.
      static int OUTER
      RegularExpression Id.
      static int PLACEHOLDER
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int QUOTEDTABLENAME
      RegularExpression Id.
      static int RIGHT
      RegularExpression Id.
      static int ROUND
      RegularExpression Id.
      static int RTRIM
      RegularExpression Id.
      static int SECOND
      RegularExpression Id.
      static int SELECT
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SINGLELINECOMMENT
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int STRING_AGG
      RegularExpression Id.
      static int SUBSTRING
      RegularExpression Id.
      static int SUM
      RegularExpression Id.
      static int TABLENAME
      RegularExpression Id.
      static int THEN
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRIM
      RegularExpression Id.
      static int TYPESUFFIX
      RegularExpression Id.
      static int UNEXPECTED_CHAR
      RegularExpression Id.
      static int UNSIGNEDINT
      RegularExpression Id.
      static int UNSIGNEDNUMBER
      RegularExpression Id.
      static int UPPER
      RegularExpression Id.
      static int WHEN
      RegularExpression Id.
      static int WHERE
      RegularExpression Id.
      static int YEAR
      RegularExpression Id.