ExpressionParser
, ExpressionParserTokenManager
public interface ExpressionParserConstants
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 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.
|
static final int EOF
static final int SINGLELINECOMMENT
static final int SELECT
static final int DISTINCT
static final int COMMA
static final int DOT
static final int UNSIGNEDINT
static final int UNSIGNEDNUMBER
static final int DIGITS
static final int EXPONENT
static final int TYPESUFFIX
static final int NULL
static final int CURRENT_DATE
static final int CURRENT_TIME
static final int AND
static final int OR
static final int NOT
static final int IS
static final int AS
static final int LIKE
static final int ESCAPE
static final int BETWEEN
static final int IN
static final int EXISTS
static final int CASE
static final int WHEN
static final int THEN
static final int ELSE
static final int END
static final int PLACEHOLDER
static final int ASC
static final int DESC
static final int DAYOFMONTH
static final int MONTH
static final int YEAR
static final int HOUROFDAY
static final int MINUTE
static final int SECOND
static final int LOWER
static final int ROUND
static final int UPPER
static final int TRIM
static final int LTRIM
static final int RTRIM
static final int SUBSTRING
static final int LENGTH
static final int NULLIF
static final int ABS
static final int COALESCE
static final int COUNT
static final int MAX
static final int MIN
static final int SUM
static final int AVG
static final int STRING_AGG
static final int FROM
static final int LEFT
static final int RIGHT
static final int FULL
static final int INNER
static final int OUTER
static final int JOIN
static final int ON
static final int CROSS
static final int WHERE
static final int GROUP
static final int ORDER
static final int BY
static final int HAVING
static final int LIMIT
static final int OFFSET
static final int NAME
static final int STRING
static final int GREATERTHAN
static final int LESSTHAN
static final int GREATERTHANEQUALS
static final int LESSTHANEQUALS
static final int NOTEQUALS
static final int EQUALS
static final int ASTERISK
static final int NAMEASTERISK
static final int MINUS
static final int PLUS
static final int DIVIDE
static final int MODULO
static final int CONCAT
static final int OPENPARENTHESIS
static final int CLOSEPARENTHESIS
static final int SEMICOLON
static final int TABLENAME
static final int QUOTEDTABLENAME
static final int DERIVEDTABLEOPENPARENTHESIS
static final int UNEXPECTED_CHAR
static final int DEFAULT
static final int IN_C_COMMENT
static final int IN_TABLE
static final String[] tokenImage
Copyright © 2018. All rights reserved.