Interface ExpressionParserConstants

  • All Known Implementing Classes:
    ExpressionParser, ExpressionParserTokenManager

    public interface ExpressionParserConstants
    Token literal values and constants. Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ABS
      RegularExpression Id.
      static int ALL
      RegularExpression Id.
      static int AND
      RegularExpression Id.
      static int AS
      RegularExpression Id.
      static int ASC
      RegularExpression Id.
      static int ASTERIX
      RegularExpression Id.
      static int AVG
      RegularExpression Id.
      static int BETWEEN
      RegularExpression Id.
      static int BLOCK_COMMENT
      RegularExpression Id.
      static int CASE
      RegularExpression Id.
      static int COALESCE
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONCAT
      RegularExpression Id.
      static int COUNT
      RegularExpression Id.
      static int CURRENT_TIMESTAMP
      RegularExpression Id.
      static int DATE
      RegularExpression Id.
      static int DATEADD
      RegularExpression Id.
      static int DATEDIFF
      RegularExpression Id.
      static int DAY
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DESC
      RegularExpression Id.
      static int DISTINCT
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int END
      RegularExpression Id.
      static int EOF
      End of File.
      static int ESCAPE
      RegularExpression Id.
      static int EXCEPT
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int EXTRACT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int FROM
      RegularExpression Id.
      static int FUNCTIONNAME
      RegularExpression Id.
      static int GROUP_BY
      RegularExpression Id.
      static int HAVING
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int HOUR
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int INTERSECT
      RegularExpression Id.
      static int IS
      RegularExpression Id.
      static int JOIN
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LEN
      RegularExpression Id.
      static int LENGTH
      RegularExpression Id.
      static int LIKE
      RegularExpression Id.
      static int LIMIT
      RegularExpression Id.
      static int LINE_COMMENT
      RegularExpression Id.
      static int LOWER
      RegularExpression Id.
      static int LTRIM
      RegularExpression Id.
      static int MAX
      RegularExpression Id.
      static int MILLISECOND
      RegularExpression Id.
      static int MIN
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MINUTE
      RegularExpression Id.
      static int MONTH
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NOT_EQUAL
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int OFFSET
      RegularExpression Id.
      static int ON
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int ORDER_BY
      RegularExpression Id.
      static int POINT
      RegularExpression Id.
      static int POSITION
      RegularExpression Id.
      static int QUOTED_ID
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int REPLACE
      RegularExpression Id.
      static int ROUND
      RegularExpression Id.
      static int RTRIM
      RegularExpression Id.
      static int SECOND
      RegularExpression Id.
      static int SELECT
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static int SUBSTR
      RegularExpression Id.
      static int SUBSTRING
      RegularExpression Id.
      static int SUM
      RegularExpression Id.
      static int THEN
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRIM
      RegularExpression Id.
      static int TRUE
      RegularExpression Id.
      static int TRUNC
      RegularExpression Id.
      static int UNION
      RegularExpression Id.
      static int UPPER
      RegularExpression Id.
      static int WEEK
      RegularExpression Id.
      static int WHEN
      RegularExpression Id.
      static int WHERE
      RegularExpression Id.
      static int WITH
      RegularExpression Id.
      static int YEAR
      RegularExpression Id.