Interface ExpressionParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ABS
      RegularExpression Id.
      static int ASTERISK
      RegularExpression Id.
      static int AVG
      RegularExpression Id.
      static int CONCAT
      RegularExpression Id.
      static int COUNT
      RegularExpression Id.
      static int CURRENT_DATE
      RegularExpression Id.
      static int CURRENT_TIME
      RegularExpression Id.
      static int CURRENT_TIMESTAMP
      RegularExpression Id.
      static int DAY
      RegularExpression Id.
      static int DAY_OF_MONTH
      RegularExpression Id.
      static int DAY_OF_WEEK
      RegularExpression Id.
      static int DAY_OF_YEAR
      RegularExpression Id.
      static int DEC_DIGITS
      RegularExpression Id.
      static int DEC_FLT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DISTINCT
      RegularExpression Id.
      static int DOLLAR_SIGN
      RegularExpression Id.
      static int DOUBLE_QUOTED_STRING
      RegularExpression Id.
      static int EOF
      End of File.
      static int ESC
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOAT_LITERAL
      RegularExpression Id.
      static int FLT_SUFF
      RegularExpression Id.
      static int FUNCTION
      RegularExpression Id.
      static int HOUR
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int INT_LITERAL
      RegularExpression Id.
      static int LENGTH
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LOCATE
      RegularExpression Id.
      static int LOWER
      RegularExpression Id.
      static int MAX
      RegularExpression Id.
      static int MIN
      RegularExpression Id.
      static int MINUTE
      RegularExpression Id.
      static int MOD
      RegularExpression Id.
      static int MONTH
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OPERATOR
      RegularExpression Id.
      static int PROPERTY_PATH
      RegularExpression Id.
      static int SECOND
      RegularExpression Id.
      static int SINGLE_QUOTED_STRING
      RegularExpression Id.
      static int SQRT
      RegularExpression Id.
      static int STRING_ESC
      RegularExpression Id.
      static int SUBSTRING
      RegularExpression Id.
      static int SUM
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRIM
      RegularExpression Id.
      static int TRUE
      RegularExpression Id.
      static int UPPER
      RegularExpression Id.
      static int WEEK
      RegularExpression Id.
      static int WithinDoubleQuoteLiteral
      Lexical state.
      static int WithinSingleQuoteLiteral
      Lexical state.
      static int YEAR
      RegularExpression Id.